#A6B67F

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

Shades of Caper #A6B67F

Tints of Caper #A6B67F

Color information

#A6B67F (or 0xA6B67F) is unknown color: approx Caper. HEX triplet: A6, B6 and 7F. RGB value is (166,182,127). Sum of RGB (Red+Green+Blue) = 166+182+127=475 (62% of max value = 765). Red value is 166 (65.23% from 255 or 34.95% from 475); Green value is 182 (71.48% from 255 or 38.32% from 475); Blue value is 127 (50% from 255 or 26.74% from 475); Max value from RGB is 182 - color contains mainly: green. Hex color #A6B67F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6B67F is #594980. Grayscale: #ABABAB. Windows color (decimal): -5851521 or 8369830. OLE color: 8369830.

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

Color convert

RGB166182127-
CMYK0.0900.300.29
HSL77.45º27.36%60.59%-
HSV(B)77.45º30.22%71.37%-
XYZ36.2843.126.48-
YUV170.95103.2124.47-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.95%
GREEN value IS 182 (71.48% from 255) = 38.32%
BLUE value IS 127 (50% from 255) = 26.74%
R=34.95%
G=38.32%
B=26.74%

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
Decimal1661821270.0900.300.2977.4527.3660.59
HexA6B67F901E1D4d1b3d
Octal24626617711036351153375
Binary10100110101101101111111100101111011101100110111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B67F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B67F; }

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

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

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

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

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

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

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

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