#A8B67D

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

Shades of Caper #A8B67D

Tints of Caper #A8B67D

Color information

#A8B67D (or 0xA8B67D) is unknown color: approx Caper. HEX triplet: A8, B6 and 7D. RGB value is (168,182,125). Sum of RGB (Red+Green+Blue) = 168+182+125=475 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.37% from 475); Green value is 182 (71.48% from 255 or 38.32% from 475); Blue value is 125 (49.22% from 255 or 26.32% from 475); Max value from RGB is 182 - color contains mainly: green. Hex color #A8B67D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B67D is #574982. Grayscale: #ABABAB. Windows color (decimal): -5720451 or 8238760. OLE color: 8238760.

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

Color convert

RGB168182125-
CMYK0.0800.310.29
HSL74.74º28.08%60.2%-
HSV(B)74.74º31.32%71.37%-
XYZ36.5843.2625.82-
YUV171.32101.86125.63-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.37%
GREEN value IS 182 (71.48% from 255) = 38.32%
BLUE value IS 125 (49.22% from 255) = 26.32%
R=35.37%
G=38.32%
B=26.32%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1681821250.0800.310.2974.7428.0860.2
HexA8B67D801F1D4b1c3c
Octal25026617510037351133474
Binary10101000101101101111101100001111111101100101111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B67D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B67D; }

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

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

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

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

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

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

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

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