Html Css Color HEX #A5B679 Caper

📋 copy color: '#A5B679'

red 165 ◦ green 182 ◦ blue 121

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

Shades of Caper #A5B679

Tints of Caper #A5B679

RGB

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

 GREEN value IS 182 (71.48% from 255) = 38.89%

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

R = 35.26%
G = 38.89%
B = 25.85%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#A5B679 (or 0xA5B679) is known color: Caper. HEX triplet: A5, B6 and 79. RGB value is (165,182,121). Sum of RGB (Red+Green+Blue) = 165+182+121=468 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.26% from 468); Green value is 182 (71.48% from 255 or 38.89% from 468); Blue value is 121 (47.66% from 255 or 25.85% from 468); Max value from RGB is 182 - color contains mainly: green. Hex color #A5B679 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5B679 is #5A4986. Grayscale: #AAAAAA. Windows color (decimal): -5917063 or 7976613. OLE color: 7976613.

HSL color Cylindrical-coordinate representation of color #A5B679: hue angle of 76.72º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A5B679 is Cyan = 0.09, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB 165 182 121 -
CMYK 0.09 0 0.34 0.29
HSL 76.72º 0.29% 0.59% -
HSV(B) 76.72º 0.34% 0.71% -
XYZ 35.7 42.84 24.48 -
YUV 169.96 100.37 124.46 -
System Red Green Blue C M Y K H S L
Decimal 165 182 121 0.09 0 0.34 0.29 76.72 0.29 0.59
Hex A5 B6 79 9 0 22 1D 4D 1D 3B
Octal 245 266 171 11 0 42 35 115 35 73
Binary 10100101 10110110 1111001 1001 0 100010 11101 1001101 11101 111011

Color Harmonies of #A5B679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B679

Black with #A5B679

Text Example


Text Example

White with #A5B679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B679; }

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

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

background-color css

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

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

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

border-color css

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

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

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