Html Css Color HEX #AFAE55 Olive Green

📋 copy color: '#AFAE55'

red 175 ◦ green 174 ◦ blue 85

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

Shades of Olive Green #AFAE55

Tints of Olive Green #AFAE55

RGB

 RED value IS 175 (68.75% from 255) = 40.32%

 GREEN value IS 174 (68.36% from 255) = 40.09%

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

R = 40.32%
G = 40.09%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#AFAE55 (or 0xAFAE55) is known color: Olive Green. HEX triplet: AF, AE and 55. RGB value is (175,174,85). Sum of RGB (Red+Green+Blue) = 175+174+85=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 174 (68.36% from 255 or 40.09% from 434); Blue value is 85 (33.59% from 255 or 19.59% from 434); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAE55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAE55 is #5051AA. Grayscale: #A4A4A4. Windows color (decimal): -5263787 or 5615279. OLE color: 5615279.

HSL color Cylindrical-coordinate representation of color #AFAE55: hue angle of 59.33º 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 #AFAE55 is Cyan = 0, Magento = 0.01, Yellow = 0.51 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 174 85 -
CMYK 0 0.01 0.51 0.31
HSL 59.33º 0.36% 0.51% -
HSV(B) 59.33º 0.51% 0.69% -
XYZ 34.45 40.04 14.51 -
YUV 164.15 83.33 135.74 -
System Red Green Blue C M Y K H S L
Decimal 175 174 85 0 0.01 0.51 0.31 59.33 0.36 0.51
Hex AF AE 55 0 1 33 1F 3B 24 33
Octal 257 256 125 0 1 63 37 73 44 63
Binary 10101111 10101110 1010101 0 1 110011 11111 111011 100100 110011

Color Harmonies of #AFAE55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAE55

Black with #AFAE55

Text Example


Text Example

White with #AFAE55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAE55; }

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

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

background-color css

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

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

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

border-color css

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

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

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