#A8B67C

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

Shades of Caper #A8B67C

Tints of Caper #A8B67C

Color information

#A8B67C (or 0xA8B67C) is unknown color: approx Caper. HEX triplet: A8, B6 and 7C. RGB value is (168,182,124). Sum of RGB (Red+Green+Blue) = 168+182+124=474 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.44% from 474); Green value is 182 (71.48% from 255 or 38.40% from 474); Blue value is 124 (48.83% from 255 or 26.16% from 474); Max value from RGB is 182 - color contains mainly: green. Hex color #A8B67C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B67C is #574983. Grayscale: #ABABAB. Windows color (decimal): -5720452 or 8173224. OLE color: 8173224.

HSL color Cylindrical-coordinate representation of color #A8B67C: hue angle of 74.48º 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 #A8B67C is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB168182124-
CMYK0.0800.320.29
HSL74.48º28.43%60%-
HSV(B)74.48º31.87%71.37%-
XYZ36.5143.2425.49-
YUV171.2101.36125.72-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.44%
GREEN value IS 182 (71.48% from 255) = 38.40%
BLUE value IS 124 (48.83% from 255) = 26.16%
R=35.44%
G=38.40%
B=26.16%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1681821240.0800.320.2974.4828.4360
HexA8B67C80201D4a1c3c
Octal25026617410040351123474
Binary101010001011011011111001000010000011101100101011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B67C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B67C; }

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

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

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

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

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

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

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

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