#A4B67C

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

Shades of Caper #A4B67C

Tints of Caper #A4B67C

Color information

#A4B67C (or 0xA4B67C) is unknown color: approx Caper. HEX triplet: A4, B6 and 7C. RGB value is (164,182,124). Sum of RGB (Red+Green+Blue) = 164+182+124=470 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.89% from 470); Green value is 182 (71.48% from 255 or 38.72% from 470); Blue value is 124 (48.83% from 255 or 26.38% from 470); Max value from RGB is 182 - color contains mainly: green. Hex color #A4B67C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4B67C is #5B4983. Grayscale: #AAAAAA. Windows color (decimal): -5982596 or 8173220. OLE color: 8173220.

HSL color Cylindrical-coordinate representation of color #A4B67C: hue angle of 78.62º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A4B67C is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB164182124-
CMYK0.1000.320.29
HSL78.62º28.43%60%-
HSV(B)78.62º31.87%71.37%-
XYZ35.6842.825.45-
YUV170.01102.04123.72-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.89%
GREEN value IS 182 (71.48% from 255) = 38.72%
BLUE value IS 124 (48.83% from 255) = 26.38%
R=34.89%
G=38.72%
B=26.38%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1641821240.1000.320.2978.6228.4360
HexA4B67CA0201D4f1c3c
Octal24426617412040351173474
Binary101001001011011011111001010010000011101100111111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B67C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B67C; }

 p { color: rgb(164,182,124); }

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

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

 a { background-color: rgb(164,182,124); }

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

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

 span { border-color: rgb(164,182,124); }

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