Html Css Color HEX #A6A255 Olive Green

📋 copy color: '#A6A255'

red 166 ◦ green 162 ◦ blue 85

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

Shades of Olive Green #A6A255

Tints of Olive Green #A6A255

RGB

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

 GREEN value IS 162 (63.67% from 255) = 39.23%

 BLUE value IS 85 (33.59% from 255) = 20.58%

R = 40.19%
G = 39.23%
B = 20.58%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.49

 K value IS 0.35

RGB Variations

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

Color information

#A6A255 (or 0xA6A255) is known color: Olive Green. HEX triplet: A6, A2 and 55. RGB value is (166,162,85). Sum of RGB (Red+Green+Blue) = 166+162+85=413 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.19% from 413); Green value is 162 (63.67% from 255 or 39.23% from 413); Blue value is 85 (33.59% from 255 or 20.58% from 413); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A255 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A255 is #595DAA. Grayscale: #9A9A9A. Windows color (decimal): -5856683 or 5612198. OLE color: 5612198.

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

Color convert

RGB 166 162 85 -
CMYK 0 0.02 0.49 0.35
HSL 57.04º 0.32% 0.49% -
HSV(B) 57.04º 0.49% 0.65% -
XYZ 30.29 34.6 13.68 -
YUV 154.42 88.83 136.26 -
System Red Green Blue C M Y K H S L
Decimal 166 162 85 0 0.02 0.49 0.35 57.04 0.32 0.49
Hex A6 A2 55 0 2 31 23 39 20 31
Octal 246 242 125 0 2 61 43 71 40 61
Binary 10100110 10100010 1010101 0 10 110001 100011 111001 100000 110001

Color Harmonies of #A6A255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6A255

Black with #A6A255

Text Example


Text Example

White with #A6A255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6A255; }

 p { color: rgb(166,162,85); }

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

background-color css

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

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

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

border-color css

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

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

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