Html Css Color HEX #A6A353 Olive Green

📋 copy color: '#A6A353'

red 166 ◦ green 163 ◦ blue 83

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

Shades of Olive Green #A6A353

Tints of Olive Green #A6A353

RGB

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

 GREEN value IS 163 (64.06% from 255) = 39.56%

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

R = 40.29%
G = 39.56%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.50

 K value IS 0.35

RGB Variations

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

Color information

#A6A353 (or 0xA6A353) is known color: Olive Green. HEX triplet: A6, A3 and 53. RGB value is (166,163,83). Sum of RGB (Red+Green+Blue) = 166+163+83=412 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.29% from 412); Green value is 163 (64.06% from 255 or 39.56% from 412); Blue value is 83 (32.81% from 255 or 20.15% from 412); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A353 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A353 is #595CAC. Grayscale: #9B9B9B. Windows color (decimal): -5856429 or 5481382. OLE color: 5481382.

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

Color convert

RGB 166 163 83 -
CMYK 0 0.02 0.50 0.35
HSL 57.83º 0.33% 0.49% -
HSV(B) 57.83º 0.5% 0.65% -
XYZ 30.38 34.93 13.32 -
YUV 154.78 87.49 136 -
System Red Green Blue C M Y K H S L
Decimal 166 163 83 0 0.02 0.50 0.35 57.83 0.33 0.49
Hex A6 A3 53 0 2 32 23 3A 21 31
Octal 246 243 123 0 2 62 43 72 41 61
Binary 10100110 10100011 1010011 0 10 110010 100011 111010 100001 110001

Color Harmonies of #A6A353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6A353

Black with #A6A353

Text Example


Text Example

White with #A6A353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6A353; }

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

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

background-color css

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

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

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

border-color css

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

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

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