Html Css Color HEX #AFA859 Olive Green

📋 copy color: '#AFA859'

red 175 ◦ green 168 ◦ blue 89

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

Shades of Olive Green #AFA859

Tints of Olive Green #AFA859

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.89%

 BLUE value IS 89 (35.16% from 255) = 20.6%

R = 40.51%
G = 38.89%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#AFA859 (or 0xAFA859) is known color: Olive Green. HEX triplet: AF, A8 and 59. RGB value is (175,168,89). Sum of RGB (Red+Green+Blue) = 175+168+89=432 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.51% from 432); Green value is 168 (66.02% from 255 or 38.89% from 432); Blue value is 89 (35.16% from 255 or 20.60% from 432); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA859 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA859 is #5057A6. Grayscale: #A1A1A1. Windows color (decimal): -5265319 or 5875887. OLE color: 5875887.

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

Color convert

RGB 175 168 89 -
CMYK 0 0.04 0.49 0.31
HSL 55.12º 0.35% 0.52% -
HSV(B) 55.12º 0.49% 0.69% -
XYZ 33.49 37.84 14.99 -
YUV 161.09 87.32 137.92 -
System Red Green Blue C M Y K H S L
Decimal 175 168 89 0 0.04 0.49 0.31 55.12 0.35 0.52
Hex AF A8 59 0 4 31 1F 37 23 34
Octal 257 250 131 0 4 61 37 67 43 64
Binary 10101111 10101000 1011001 0 100 110001 11111 110111 100011 110100

Color Harmonies of #AFA859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA859

Black with #AFA859

Text Example


Text Example

White with #AFA859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA859; }

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

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

background-color css

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

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

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

border-color css

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

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

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