Html Css Color HEX #AFAE66 Olive Green

📋 copy color: '#AFAE66'

red 175 ◦ green 174 ◦ blue 102

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

Shades of Olive Green #AFAE66

Tints of Olive Green #AFAE66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 22.62%

R = 38.8%
G = 38.58%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#AFAE66 (or 0xAFAE66) is known color: Olive Green. HEX triplet: AF, AE and 66. RGB value is (175,174,102). Sum of RGB (Red+Green+Blue) = 175+174+102=451 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.80% from 451); Green value is 174 (68.36% from 255 or 38.58% from 451); Blue value is 102 (40.23% from 255 or 22.62% from 451); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAE66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAE66 is #505199. Grayscale: #A6A6A6. Windows color (decimal): -5263770 or 6729391. OLE color: 6729391.

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

Color convert

RGB 175 174 102 -
CMYK 0 0.01 0.42 0.31
HSL 59.18º 0.31% 0.54% -
HSV(B) 59.18º 0.42% 0.69% -
XYZ 35.21 40.35 18.5 -
YUV 166.09 91.83 134.35 -
System Red Green Blue C M Y K H S L
Decimal 175 174 102 0 0.01 0.42 0.31 59.18 0.31 0.54
Hex AF AE 66 0 1 2A 1F 3B 1F 36
Octal 257 256 146 0 1 52 37 73 37 66
Binary 10101111 10101110 1100110 0 1 101010 11111 111011 11111 110110

Color Harmonies of #AFAE66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAE66

Black with #AFAE66

Text Example


Text Example

White with #AFAE66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAE66; }

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

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

background-color css

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

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

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

border-color css

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

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

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