Html Css Color HEX #A8AF52 Olive Green

📋 copy color: '#A8AF52'

red 168 ◦ green 175 ◦ blue 82

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

Shades of Olive Green #A8AF52

Tints of Olive Green #A8AF52

RGB

 RED value IS 168 (66.02% from 255) = 39.53%

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

 BLUE value IS 82 (32.42% from 255) = 19.29%

R = 39.53%
G = 41.18%
B = 19.29%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#A8AF52 (or 0xA8AF52) is known color: Olive Green. HEX triplet: A8, AF and 52. RGB value is (168,175,82). Sum of RGB (Red+Green+Blue) = 168+175+82=425 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.53% from 425); Green value is 175 (68.75% from 255 or 41.18% from 425); Blue value is 82 (32.42% from 255 or 19.29% from 425); Max value from RGB is 175 - color contains mainly: green. Hex color #A8AF52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AF52 is #5750AD. Grayscale: #A2A2A2. Windows color (decimal): -5722286 or 5418920. OLE color: 5418920.

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

Color convert

RGB 168 175 82 -
CMYK 0.04 0 0.53 0.31
HSL 64.52º 0.37% 0.5% -
HSV(B) 64.52º 0.53% 0.69% -
XYZ 33 39.59 13.89 -
YUV 162.31 82.68 132.06 -
System Red Green Blue C M Y K H S L
Decimal 168 175 82 0.04 0 0.53 0.31 64.52 0.37 0.5
Hex A8 AF 52 4 0 35 1F 41 25 32
Octal 250 257 122 4 0 65 37 101 45 62
Binary 10101000 10101111 1010010 100 0 110101 11111 1000001 100101 110010

Color Harmonies of #A8AF52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AF52

Black with #A8AF52

Text Example


Text Example

White with #A8AF52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AF52; }

 p { color: rgb(168,175,82); }

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

background-color css

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

 a { background-color: rgb(168,175,82); }

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

border-color css

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

 span { border-color: rgb(168,175,82); }

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