Html Css Color HEX #A6B57A Caper

📋 copy color: '#A6B57A'

red 166 ◦ green 181 ◦ blue 122

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

Shades of Caper #A6B57A

Tints of Caper #A6B57A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 26.01%

R = 35.39%
G = 38.59%
B = 26.01%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#A6B57A (or 0xA6B57A) is known color: Caper. HEX triplet: A6, B5 and 7A. RGB value is (166,181,122). Sum of RGB (Red+Green+Blue) = 166+181+122=469 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.39% from 469); Green value is 181 (71.09% from 255 or 38.59% from 469); Blue value is 122 (48.05% from 255 or 26.01% from 469); Max value from RGB is 181 - color contains mainly: green. Hex color #A6B57A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6B57A is #594A85. Grayscale: #AAAAAA. Windows color (decimal): -5851782 or 8041894. OLE color: 8041894.

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

Color convert

RGB 166 181 122 -
CMYK 0.08 0 0.33 0.29
HSL 75.25º 0.29% 0.59% -
HSV(B) 75.25º 0.33% 0.71% -
XYZ 35.76 42.56 24.74 -
YUV 169.79 101.03 125.3 -
System Red Green Blue C M Y K H S L
Decimal 166 181 122 0.08 0 0.33 0.29 75.25 0.29 0.59
Hex A6 B5 7A 8 0 21 1D 4B 1D 3B
Octal 246 265 172 10 0 41 35 113 35 73
Binary 10100110 10110101 1111010 1000 0 100001 11101 1001011 11101 111011

Color Harmonies of #A6B57A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B57A

Black with #A6B57A

Text Example


Text Example

White with #A6B57A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B57A; }

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

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

background-color css

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

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

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

border-color css

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

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

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