Html Css Color HEX #A6AC53 Olive Green

📋 copy color: '#A6AC53'

red 166 ◦ green 172 ◦ blue 83

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

Shades of Olive Green #A6AC53

Tints of Olive Green #A6AC53

RGB

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

 GREEN value IS 172 (67.58% from 255) = 40.86%

 BLUE value IS 83 (32.81% from 255) = 19.71%

R = 39.43%
G = 40.86%
B = 19.71%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#A6AC53 (or 0xA6AC53) is known color: Olive Green. HEX triplet: A6, AC and 53. RGB value is (166,172,83). Sum of RGB (Red+Green+Blue) = 166+172+83=421 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.43% from 421); Green value is 172 (67.58% from 255 or 40.86% from 421); Blue value is 83 (32.81% from 255 or 19.71% from 421); Max value from RGB is 172 - color contains mainly: green. Hex color #A6AC53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6AC53 is #5953AC. Grayscale: #A0A0A0. Windows color (decimal): -5854125 or 5483686. OLE color: 5483686.

HSL color Cylindrical-coordinate representation of color #A6AC53: hue angle of 64.04º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A6AC53 is Cyan = 0.03, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.33.

Color convert

RGB 166 172 83 -
CMYK 0.03 0 0.52 0.33
HSL 64.04º 0.35% 0.5% -
HSV(B) 64.04º 0.52% 0.67% -
XYZ 32.04 38.24 13.88 -
YUV 160.06 84.51 132.24 -
System Red Green Blue C M Y K H S L
Decimal 166 172 83 0.03 0 0.52 0.33 64.04 0.35 0.5
Hex A6 AC 53 3 0 34 21 40 23 32
Octal 246 254 123 3 0 64 41 100 43 62
Binary 10100110 10101100 1010011 11 0 110100 100001 1000000 100011 110010

Color Harmonies of #A6AC53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6AC53

Black with #A6AC53

Text Example


Text Example

White with #A6AC53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6AC53; }

 p { color: rgb(166,172,83); }

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

background-color css

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

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

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

border-color css

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

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

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