#A6B67D

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

Shades of Caper #A6B67D

Tints of Caper #A6B67D

Color information

#A6B67D (or 0xA6B67D) is unknown color: approx Caper. HEX triplet: A6, B6 and 7D. RGB value is (166,182,125). Sum of RGB (Red+Green+Blue) = 166+182+125=473 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.10% from 473); Green value is 182 (71.48% from 255 or 38.48% from 473); Blue value is 125 (49.22% from 255 or 26.43% from 473); Max value from RGB is 182 - color contains mainly: green. Hex color #A6B67D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6B67D is #594982. Grayscale: #AAAAAA. Windows color (decimal): -5851523 or 8238758. OLE color: 8238758.

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

Color convert

RGB166182125-
CMYK0.0900.310.29
HSL76.84º28.08%60.2%-
HSV(B)76.84º31.32%71.37%-
XYZ36.1643.0425.8-
YUV170.72102.2124.63-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.10%
GREEN value IS 182 (71.48% from 255) = 38.48%
BLUE value IS 125 (49.22% from 255) = 26.43%
R=35.10%
G=38.48%
B=26.43%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1661821250.0900.310.2976.8428.0860.2
HexA6B67D901F1D4d1c3c
Octal24626617511037351153474
Binary10100110101101101111101100101111111101100110111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B67D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B67D; }

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

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

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

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

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

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

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

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