Html Css Color HEX #A5B979 Caper

📋 copy color: '#A5B979'

red 165 ◦ green 185 ◦ blue 121

#A5B979
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Caper #A5B979

Tints of Caper #A5B979

RGB

 RED value IS 165 (64.84% from 255) = 35.03%

 GREEN value IS 185 (72.66% from 255) = 39.28%

 BLUE value IS 121 (47.66% from 255) = 25.69%

R = 35.03%
G = 39.28%
B = 25.69%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.35

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A5B979 (or 0xA5B979) is known color: Caper. HEX triplet: A5, B9 and 79. RGB value is (165,185,121). Sum of RGB (Red+Green+Blue) = 165+185+121=471 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.03% from 471); Green value is 185 (72.66% from 255 or 39.28% from 471); Blue value is 121 (47.66% from 255 or 25.69% from 471); Max value from RGB is 185 - color contains mainly: green. Hex color #A5B979 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5B979 is #5A4686. Grayscale: #ABABAB. Windows color (decimal): -5916295 or 7977381. OLE color: 7977381.

HSL color Cylindrical-coordinate representation of color #A5B979: hue angle of 78.75º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5B979 is Cyan = 0.11, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB 165 185 121 -
CMYK 0.11 0 0.35 0.27
HSL 78.75º 0.31% 0.6% -
HSV(B) 78.75º 0.35% 0.73% -
XYZ 36.32 44.08 24.68 -
YUV 171.72 99.37 123.2 -
System Red Green Blue C M Y K H S L
Decimal 165 185 121 0.11 0 0.35 0.27 78.75 0.31 0.6
Hex A5 B9 79 B 0 23 1B 4F 1F 3C
Octal 245 271 171 13 0 43 33 117 37 74
Binary 10100101 10111001 1111001 1011 0 100011 11011 1001111 11111 111100

Color Harmonies of #A5B979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B979

Black with #A5B979

Text Example


Text Example

White with #A5B979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B979; }

 p { color: rgb(165,185,121); }

 H1.HeaderClassName
 {
   color: #A5B979;
 }
 .AnyTagClassName
 {
   color: #A5B979;
 }
</style>

background-color css

<style>
 a { background-color: #A5B979; }

 a { background-color: rgb(165,185,121); }

 div.DivClassName
 {
   background-color: #A5B979;
 }
 .BgClassName
 {
   background-color: #A5B979;
 }
</style>

border-color css

<style>
 span { border-color: #A5B979; }

 span { border-color: rgb(165,185,121); }

 td.TdClassName
 {
   border-color: #A5B979;
 }
 .TagClassName
 {
   border-color: #A5B979;
 }
</style>