Html Css Color HEX #A6B575 Caper

📋 copy color: '#A6B575'

red 166 ◦ green 181 ◦ blue 117

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

Shades of Caper #A6B575

Tints of Caper #A6B575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 25.22%

R = 35.78%
G = 39.01%
B = 25.22%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#A6B575 (or 0xA6B575) is known color: Caper. HEX triplet: A6, B5 and 75. RGB value is (166,181,117). Sum of RGB (Red+Green+Blue) = 166+181+117=464 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.78% from 464); Green value is 181 (71.09% from 255 or 39.01% from 464); Blue value is 117 (46.09% from 255 or 25.22% from 464); Max value from RGB is 181 - color contains mainly: green. Hex color #A6B575 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6B575 is #594A8A. Grayscale: #A9A9A9. Windows color (decimal): -5851787 or 7714214. OLE color: 7714214.

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

Color convert

RGB 166 181 117 -
CMYK 0.08 0 0.35 0.29
HSL 74.06º 0.3% 0.58% -
HSV(B) 74.06º 0.35% 0.71% -
XYZ 35.46 42.44 23.15 -
YUV 169.22 98.53 125.7 -
System Red Green Blue C M Y K H S L
Decimal 166 181 117 0.08 0 0.35 0.29 74.06 0.3 0.58
Hex A6 B5 75 8 0 23 1D 4A 1E 3A
Octal 246 265 165 10 0 43 35 112 36 72
Binary 10100110 10110101 1110101 1000 0 100011 11101 1001010 11110 111010

Color Harmonies of #A6B575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B575

Black with #A6B575

Text Example


Text Example

White with #A6B575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B575; }

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

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

background-color css

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

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

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

border-color css

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

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

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