Html Css Color HEX #A6A657 Olive Green

📋 copy color: '#A6A657'

red 166 ◦ green 166 ◦ blue 87

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

Shades of Olive Green #A6A657

Tints of Olive Green #A6A657

RGB

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

 GREEN value IS 166 (65.23% from 255) = 39.62%

 BLUE value IS 87 (34.38% from 255) = 20.76%

R = 39.62%
G = 39.62%
B = 20.76%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.48

 K value IS 0.35

RGB Variations

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

Color information

#A6A657 (or 0xA6A657) is known color: Olive Green. HEX triplet: A6, A6 and 57. RGB value is (166,166,87). Sum of RGB (Red+Green+Blue) = 166+166+87=419 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.62% from 419); Green value is 166 (65.23% from 255 or 39.62% from 419); Blue value is 87 (34.38% from 255 or 20.76% from 419); Max value from RGB is 166 - color contains mainly: red, green. Hex color #A6A657 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A657 is #5959A8. Grayscale: #9D9D9D. Windows color (decimal): -5855657 or 5744294. OLE color: 5744294.

HSL color Cylindrical-coordinate representation of color #A6A657: hue angle of 60º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A6A657 is Cyan = 0, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 166 87 -
CMYK 0 0 0.48 0.35
HSL 60º 0.31% 0.5% -
HSV(B) 60º 0.48% 0.65% -
XYZ 31.08 36.07 14.34 -
YUV 156.99 88.5 134.42 -
System Red Green Blue C M Y K H S L
Decimal 166 166 87 0 0 0.48 0.35 60 0.31 0.5
Hex A6 A6 57 0 0 30 23 3C 1F 32
Octal 246 246 127 0 0 60 43 74 37 62
Binary 10100110 10100110 1010111 0 0 110000 100011 111100 11111 110010

Color Harmonies of #A6A657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6A657

Black with #A6A657

Text Example


Text Example

White with #A6A657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6A657; }

 p { color: rgb(166,166,87); }

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

background-color css

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

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

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

border-color css

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

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

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