#A5B67F

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

Shades of Caper #A5B67F

Tints of Caper #A5B67F

Color information

#A5B67F (or 0xA5B67F) is unknown color: approx Caper. HEX triplet: A5, B6 and 7F. RGB value is (165,182,127). Sum of RGB (Red+Green+Blue) = 165+182+127=474 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.81% from 474); Green value is 182 (71.48% from 255 or 38.40% from 474); Blue value is 127 (50% from 255 or 26.79% from 474); Max value from RGB is 182 - color contains mainly: green. Hex color #A5B67F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5B67F is #5A4980. Grayscale: #AAAAAA. Windows color (decimal): -5917057 or 8369829. OLE color: 8369829.

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

Color convert

RGB165182127-
CMYK0.0900.300.29
HSL78.55º27.36%60.59%-
HSV(B)78.55º30.22%71.37%-
XYZ36.0842.9926.47-
YUV170.65103.37123.97-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.81%
GREEN value IS 182 (71.48% from 255) = 38.40%
BLUE value IS 127 (50% from 255) = 26.79%
R=34.81%
G=38.40%
B=26.79%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1651821270.0900.300.2978.5527.3660.59
HexA5B67F901E1D4f1b3d
Octal24526617711036351173375
Binary10100101101101101111111100101111011101100111111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B67F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B67F; }

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

 H1.HeaderClassName
 {
   color: #A5B67F;
 }
 .AnyTagClassName
 {
   color: #A5B67F;
 }
</style>
background-color css

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

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

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

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

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

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