Html Css Color HEX #A6B37C Caper

📋 copy color: '#A6B37C'

red 166 ◦ green 179 ◦ blue 124

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

Shades of Caper #A6B37C

Tints of Caper #A6B37C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 26.44%

R = 35.39%
G = 38.17%
B = 26.44%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.31

 K value IS 0.30

RGB Variations

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

Color information

#A6B37C (or 0xA6B37C) is known color: Caper. HEX triplet: A6, B3 and 7C. RGB value is (166,179,124). Sum of RGB (Red+Green+Blue) = 166+179+124=469 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.39% from 469); Green value is 179 (70.31% from 255 or 38.17% from 469); Blue value is 124 (48.83% from 255 or 26.44% from 469); Max value from RGB is 179 - color contains mainly: green. Hex color #A6B37C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6B37C is #594C83. Grayscale: #A9A9A9. Windows color (decimal): -5852292 or 8172454. OLE color: 8172454.

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

Color convert

RGB 166 179 124 -
CMYK 0.07 0 0.31 0.30
HSL 74.18º 0.27% 0.59% -
HSV(B) 74.18º 0.31% 0.7% -
XYZ 35.48 41.8 25.27 -
YUV 168.84 102.69 125.97 -
System Red Green Blue C M Y K H S L
Decimal 166 179 124 0.07 0 0.31 0.30 74.18 0.27 0.59
Hex A6 B3 7C 7 0 1F 1E 4A 1B 3B
Octal 246 263 174 7 0 37 36 112 33 73
Binary 10100110 10110011 1111100 111 0 11111 11110 1001010 11011 111011

Color Harmonies of #A6B37C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B37C

Black with #A6B37C

Text Example


Text Example

White with #A6B37C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B37C; }

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

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

background-color css

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

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

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

border-color css

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

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

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