Html Css Color HEX #AFAE57 Olive Green

📋 copy color: '#AFAE57'

red 175 ◦ green 174 ◦ blue 87

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

Shades of Olive Green #AFAE57

Tints of Olive Green #AFAE57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 19.95%

R = 40.14%
G = 39.91%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#AFAE57 (or 0xAFAE57) is known color: Olive Green. HEX triplet: AF, AE and 57. RGB value is (175,174,87). Sum of RGB (Red+Green+Blue) = 175+174+87=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 174 (68.36% from 255 or 39.91% from 436); Blue value is 87 (34.38% from 255 or 19.95% from 436); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAE57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAE57 is #5051A8. Grayscale: #A4A4A4. Windows color (decimal): -5263785 or 5746351. OLE color: 5746351.

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

Color convert

RGB 175 174 87 -
CMYK 0 0.01 0.50 0.31
HSL 59.32º 0.35% 0.51% -
HSV(B) 59.32º 0.5% 0.69% -
XYZ 34.54 40.07 14.93 -
YUV 164.38 84.33 135.57 -
System Red Green Blue C M Y K H S L
Decimal 175 174 87 0 0.01 0.50 0.31 59.32 0.35 0.51
Hex AF AE 57 0 1 32 1F 3B 23 33
Octal 257 256 127 0 1 62 37 73 43 63
Binary 10101111 10101110 1010111 0 1 110010 11111 111011 100011 110011

Color Harmonies of #AFAE57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAE57

Black with #AFAE57

Text Example


Text Example

White with #AFAE57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAE57; }

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

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

background-color css

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

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

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

border-color css

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

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

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