Html Css Color HEX #A6B37A Caper

📋 copy color: '#A6B37A'

red 166 ◦ green 179 ◦ blue 122

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

Shades of Caper #A6B37A

Tints of Caper #A6B37A

RGB

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

 GREEN value IS 179 (70.31% from 255) = 38.33%

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

R = 35.55%
G = 38.33%
B = 26.12%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.32

 K value IS 0.30

RGB Variations

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

Color information

#A6B37A (or 0xA6B37A) is known color: Caper. HEX triplet: A6, B3 and 7A. RGB value is (166,179,122). Sum of RGB (Red+Green+Blue) = 166+179+122=467 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.55% from 467); Green value is 179 (70.31% from 255 or 38.33% from 467); Blue value is 122 (48.05% from 255 or 26.12% from 467); Max value from RGB is 179 - color contains mainly: green. Hex color #A6B37A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6B37A is #594C85. Grayscale: #A8A8A8. Windows color (decimal): -5852294 or 8041382. OLE color: 8041382.

HSL color Cylindrical-coordinate representation of color #A6B37A: hue angle of 73.68º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A6B37A is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.30.

Color convert

RGB 166 179 122 -
CMYK 0.07 0 0.32 0.30
HSL 73.68º 0.27% 0.59% -
HSV(B) 73.68º 0.32% 0.7% -
XYZ 35.36 41.75 24.61 -
YUV 168.62 101.69 126.13 -
System Red Green Blue C M Y K H S L
Decimal 166 179 122 0.07 0 0.32 0.30 73.68 0.27 0.59
Hex A6 B3 7A 7 0 20 1E 4A 1B 3B
Octal 246 263 172 7 0 40 36 112 33 73
Binary 10100110 10110011 1111010 111 0 100000 11110 1001010 11011 111011

Color Harmonies of #A6B37A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B37A

Black with #A6B37A

Text Example


Text Example

White with #A6B37A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B37A; }

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

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

background-color css

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

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

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

border-color css

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

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

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