Html Css Color HEX #AFA85A Olive Green

📋 copy color: '#AFA85A'

red 175 ◦ green 168 ◦ blue 90

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

Shades of Olive Green #AFA85A

Tints of Olive Green #AFA85A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 20.79%

R = 40.42%
G = 38.8%
B = 20.79%

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

#AFA85A (or 0xAFA85A) is known color: Olive Green. HEX triplet: AF, A8 and 5A. RGB value is (175,168,90). Sum of RGB (Red+Green+Blue) = 175+168+90=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 168 (66.02% from 255 or 38.80% from 433); Blue value is 90 (35.55% from 255 or 20.79% from 433); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA85A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA85A is #5057A5. Grayscale: #A1A1A1. Windows color (decimal): -5265318 or 5941423. OLE color: 5941423.

HSL color Cylindrical-coordinate representation of color #AFA85A: hue angle of 55.06º 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 #AFA85A is Cyan = 0, Magento = 0.04, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 168 90 -
CMYK 0 0.04 0.49 0.31
HSL 55.06º 0.35% 0.52% -
HSV(B) 55.06º 0.49% 0.69% -
XYZ 33.53 37.86 15.21 -
YUV 161.2 87.82 137.84 -
System Red Green Blue C M Y K H S L
Decimal 175 168 90 0 0.04 0.49 0.31 55.06 0.35 0.52
Hex AF A8 5A 0 4 31 1F 37 23 34
Octal 257 250 132 0 4 61 37 67 43 64
Binary 10101111 10101000 1011010 0 100 110001 11111 110111 100011 110100

Color Harmonies of #AFA85A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA85A

Black with #AFA85A

Text Example


Text Example

White with #AFA85A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA85A; }

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

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

background-color css

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

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

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

border-color css

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

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

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