#A6B675

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

Shades of Caper #A6B675

Tints of Caper #A6B675

Color information

#A6B675 (or 0xA6B675) is unknown color: approx Caper. HEX triplet: A6, B6 and 75. RGB value is (166,182,117). Sum of RGB (Red+Green+Blue) = 166+182+117=465 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.70% from 465); Green value is 182 (71.48% from 255 or 39.14% from 465); Blue value is 117 (46.09% from 255 or 25.16% from 465); Max value from RGB is 182 - color contains mainly: green. Hex color #A6B675 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6B675 is #59498A. Grayscale: #AAAAAA. Windows color (decimal): -5851531 or 7714470. OLE color: 7714470.

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

Color convert

RGB166182117-
CMYK0.0900.360.29
HSL74.77º30.81%58.63%-
HSV(B)74.77º35.71%71.37%-
XYZ35.6642.8523.22-
YUV169.8198.2125.29-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.70%
GREEN value IS 182 (71.48% from 255) = 39.14%
BLUE value IS 117 (46.09% from 255) = 25.16%
R=35.70%
G=39.14%
B=25.16%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1661821170.0900.360.2974.7730.8158.63
HexA6B67590241D4b1f3b
Octal24626616511044351133773
Binary101001101011011011101011001010010011101100101111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B675; }

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

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

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

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

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

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

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

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