Html Css Color HEX #A6AF53 Olive Green

📋 copy color: '#A6AF53'

red 166 ◦ green 175 ◦ blue 83

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

Shades of Olive Green #A6AF53

Tints of Olive Green #A6AF53

RGB

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

 GREEN value IS 175 (68.75% from 255) = 41.27%

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

R = 39.15%
G = 41.27%
B = 19.58%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#A6AF53 (or 0xA6AF53) is known color: Olive Green. HEX triplet: A6, AF and 53. RGB value is (166,175,83). Sum of RGB (Red+Green+Blue) = 166+175+83=424 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.15% from 424); Green value is 175 (68.75% from 255 or 41.27% from 424); Blue value is 83 (32.81% from 255 or 19.58% from 424); Max value from RGB is 175 - color contains mainly: green. Hex color #A6AF53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6AF53 is #5950AC. Grayscale: #A2A2A2. Windows color (decimal): -5853357 or 5484454. OLE color: 5484454.

HSL color Cylindrical-coordinate representation of color #A6AF53: hue angle of 65.87º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A6AF53 is Cyan = 0.05, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB 166 175 83 -
CMYK 0.05 0 0.53 0.31
HSL 65.87º 0.37% 0.51% -
HSV(B) 65.87º 0.53% 0.69% -
XYZ 32.62 39.39 14.07 -
YUV 161.82 83.52 130.98 -
System Red Green Blue C M Y K H S L
Decimal 166 175 83 0.05 0 0.53 0.31 65.87 0.37 0.51
Hex A6 AF 53 5 0 35 1F 42 25 33
Octal 246 257 123 5 0 65 37 102 45 63
Binary 10100110 10101111 1010011 101 0 110101 11111 1000010 100101 110011

Color Harmonies of #A6AF53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6AF53

Black with #A6AF53

Text Example


Text Example

White with #A6AF53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6AF53; }

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

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

background-color css

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

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

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

border-color css

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

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

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