Html Css Color HEX #A6B574 Caper

📋 copy color: '#A6B574'

red 166 ◦ green 181 ◦ blue 116

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

Shades of Caper #A6B574

Tints of Caper #A6B574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 25.05%

R = 35.85%
G = 39.09%
B = 25.05%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#A6B574 (or 0xA6B574) is known color: Caper. HEX triplet: A6, B5 and 74. RGB value is (166,181,116). Sum of RGB (Red+Green+Blue) = 166+181+116=463 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.85% from 463); Green value is 181 (71.09% from 255 or 39.09% from 463); Blue value is 116 (45.70% from 255 or 25.05% from 463); Max value from RGB is 181 - color contains mainly: green. Hex color #A6B574 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6B574 is #594A8B. Grayscale: #A9A9A9. Windows color (decimal): -5851788 or 7648678. OLE color: 7648678.

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

Color convert

RGB 166 181 116 -
CMYK 0.08 0 0.36 0.29
HSL 73.85º 0.31% 0.58% -
HSV(B) 73.85º 0.36% 0.71% -
XYZ 35.4 42.42 22.84 -
YUV 169.11 98.03 125.79 -
System Red Green Blue C M Y K H S L
Decimal 166 181 116 0.08 0 0.36 0.29 73.85 0.31 0.58
Hex A6 B5 74 8 0 24 1D 4A 1F 3A
Octal 246 265 164 10 0 44 35 112 37 72
Binary 10100110 10110101 1110100 1000 0 100100 11101 1001010 11111 111010

Color Harmonies of #A6B574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B574

Black with #A6B574

Text Example


Text Example

White with #A6B574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B574; }

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

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

background-color css

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

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

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

border-color css

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

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

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