Html Css Color HEX #A8AF55 Olive Green

📋 copy color: '#A8AF55'

red 168 ◦ green 175 ◦ blue 85

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

Shades of Olive Green #A8AF55

Tints of Olive Green #A8AF55

RGB

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

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

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

R = 39.25%
G = 40.89%
B = 19.86%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#A8AF55 (or 0xA8AF55) is known color: Olive Green. HEX triplet: A8, AF and 55. RGB value is (168,175,85). Sum of RGB (Red+Green+Blue) = 168+175+85=428 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.25% from 428); Green value is 175 (68.75% from 255 or 40.89% from 428); Blue value is 85 (33.59% from 255 or 19.86% from 428); Max value from RGB is 175 - color contains mainly: green. Hex color #A8AF55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AF55 is #5750AA. Grayscale: #A3A3A3. Windows color (decimal): -5722283 or 5615528. OLE color: 5615528.

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

Color convert

RGB 168 175 85 -
CMYK 0.04 0 0.51 0.31
HSL 64.67º 0.36% 0.51% -
HSV(B) 64.67º 0.51% 0.69% -
XYZ 33.12 39.64 14.5 -
YUV 162.65 84.18 131.82 -
System Red Green Blue C M Y K H S L
Decimal 168 175 85 0.04 0 0.51 0.31 64.67 0.36 0.51
Hex A8 AF 55 4 0 33 1F 41 24 33
Octal 250 257 125 4 0 63 37 101 44 63
Binary 10101000 10101111 1010101 100 0 110011 11111 1000001 100100 110011

Color Harmonies of #A8AF55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AF55

Black with #A8AF55

Text Example


Text Example

White with #A8AF55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AF55; }

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

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

background-color css

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

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

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

border-color css

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

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

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