Html Css Color HEX #AFAE62 Olive Green

📋 copy color: '#AFAE62'

red 175 ◦ green 174 ◦ blue 98

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

Shades of Olive Green #AFAE62

Tints of Olive Green #AFAE62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 21.92%

R = 39.15%
G = 38.93%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#AFAE62 (or 0xAFAE62) is known color: Olive Green. HEX triplet: AF, AE and 62. RGB value is (175,174,98). Sum of RGB (Red+Green+Blue) = 175+174+98=447 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.15% from 447); Green value is 174 (68.36% from 255 or 38.93% from 447); Blue value is 98 (38.67% from 255 or 21.92% from 447); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAE62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAE62 is #50519D. Grayscale: #A5A5A5. Windows color (decimal): -5263774 or 6467247. OLE color: 6467247.

HSL color Cylindrical-coordinate representation of color #AFAE62: hue angle of 59.22º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AFAE62 is Cyan = 0, Magento = 0.01, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 174 98 -
CMYK 0 0.01 0.44 0.31
HSL 59.22º 0.32% 0.54% -
HSV(B) 59.22º 0.44% 0.69% -
XYZ 35.02 40.27 17.48 -
YUV 165.64 89.83 134.68 -
System Red Green Blue C M Y K H S L
Decimal 175 174 98 0 0.01 0.44 0.31 59.22 0.32 0.54
Hex AF AE 62 0 1 2C 1F 3B 20 36
Octal 257 256 142 0 1 54 37 73 40 66
Binary 10101111 10101110 1100010 0 1 101100 11111 111011 100000 110110

Color Harmonies of #AFAE62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAE62

Black with #AFAE62

Text Example


Text Example

White with #AFAE62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAE62; }

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

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

background-color css

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

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

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

border-color css

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

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

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