Html Css Color HEX #A6B585 Caper

📋 copy color: '#A6B585'

red 166 ◦ green 181 ◦ blue 133

#A6B585
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Caper #A6B585

Tints of Caper #A6B585

RGB

 RED value IS 166 (65.23% from 255) = 34.58%

 GREEN value IS 181 (71.09% from 255) = 37.71%

 BLUE value IS 133 (52.34% from 255) = 27.71%

R = 34.58%
G = 37.71%
B = 27.71%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#A6B585 (or 0xA6B585) is known color: Caper. HEX triplet: A6, B5 and 85. RGB value is (166,181,133). Sum of RGB (Red+Green+Blue) = 166+181+133=480 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.58% from 480); Green value is 181 (71.09% from 255 or 37.71% from 480); Blue value is 133 (52.34% from 255 or 27.71% from 480); Max value from RGB is 181 - color contains mainly: green. Hex color #A6B585 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B585 is #594A7A. Grayscale: #ABABAB. Windows color (decimal): -5851771 or 8762790. OLE color: 8762790.

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

Color convert

RGB 166 181 133 -
CMYK 0.08 0 0.27 0.29
HSL 78.75º 0.24% 0.62% -
HSV(B) 78.75º 0.27% 0.71% -
XYZ 36.48 42.85 28.54 -
YUV 171.04 106.53 124.4 -
System Red Green Blue C M Y K H S L
Decimal 166 181 133 0.08 0 0.27 0.29 78.75 0.24 0.62
Hex A6 B5 85 8 0 1B 1D 4F 18 3E
Octal 246 265 205 10 0 33 35 117 30 76
Binary 10100110 10110101 10000101 1000 0 11011 11101 1001111 11000 111110

Color Harmonies of #A6B585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B585

Black with #A6B585

Text Example


Text Example

White with #A6B585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B585; }

 p { color: rgb(166,181,133); }

 H1.HeaderClassName
 {
   color: #A6B585;
 }
 .AnyTagClassName
 {
   color: #A6B585;
 }
</style>

background-color css

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

 a { background-color: rgb(166,181,133); }

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

border-color css

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

 span { border-color: rgb(166,181,133); }

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