#A5B679

Color #A5B679 Caper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caper #A5B679

Tints of Caper #A5B679

Color information

#A5B679 (or 0xA5B679) is unknown color: approx 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

RGB165182121-
CMYK0.0900.340.29
HSL76.72º29.47%59.41%-
HSV(B)76.72º33.52%71.37%-
XYZ35.742.8424.48-
YUV169.96100.37124.46-

RGB Variations

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

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 (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1651821210.0900.340.2976.7229.4759.41
HexA5B67990221D4d1d3b
Octal24526617111042351153573
Binary101001011011011011110011001010001011101100110111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>