Html Css Color HEX #AFA958 Olive Green

📋 copy color: '#AFA958'

red 175 ◦ green 169 ◦ blue 88

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

Shades of Olive Green #AFA958

Tints of Olive Green #AFA958

RGB

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

 GREEN value IS 169 (66.41% from 255) = 39.12%

 BLUE value IS 88 (34.77% from 255) = 20.37%

R = 40.51%
G = 39.12%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#AFA958 (or 0xAFA958) is known color: Olive Green. HEX triplet: AF, A9 and 58. RGB value is (175,169,88). Sum of RGB (Red+Green+Blue) = 175+169+88=432 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.51% from 432); Green value is 169 (66.41% from 255 or 39.12% from 432); Blue value is 88 (34.77% from 255 or 20.37% from 432); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA958 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA958 is #5056A7. Grayscale: #A1A1A1. Windows color (decimal): -5265064 or 5810607. OLE color: 5810607.

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

Color convert

RGB 175 169 88 -
CMYK 0 0.03 0.50 0.31
HSL 55.86º 0.35% 0.52% -
HSV(B) 55.86º 0.5% 0.69% -
XYZ 33.63 38.19 14.83 -
YUV 161.56 86.49 137.59 -
System Red Green Blue C M Y K H S L
Decimal 175 169 88 0 0.03 0.50 0.31 55.86 0.35 0.52
Hex AF A9 58 0 3 32 1F 38 23 34
Octal 257 251 130 0 3 62 37 70 43 64
Binary 10101111 10101001 1011000 0 11 110010 11111 111000 100011 110100

Color Harmonies of #AFA958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA958

Black with #AFA958

Text Example


Text Example

White with #AFA958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA958; }

 p { color: rgb(175,169,88); }

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

background-color css

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

 a { background-color: rgb(175,169,88); }

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

border-color css

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

 span { border-color: rgb(175,169,88); }

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