Html Css Color HEX #AFA953 Olive Green

📋 copy color: '#AFA953'

red 175 ◦ green 169 ◦ blue 83

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

Shades of Olive Green #AFA953

Tints of Olive Green #AFA953

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 19.44%

R = 40.98%
G = 39.58%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#AFA953 (or 0xAFA953) is known color: Olive Green. HEX triplet: AF, A9 and 53. RGB value is (175,169,83). Sum of RGB (Red+Green+Blue) = 175+169+83=427 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.98% from 427); Green value is 169 (66.41% from 255 or 39.58% from 427); Blue value is 83 (32.81% from 255 or 19.44% from 427); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA953 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA953 is #5056AC. Grayscale: #A1A1A1. Windows color (decimal): -5265069 or 5482927. OLE color: 5482927.

HSL color Cylindrical-coordinate representation of color #AFA953: hue angle of 56.09º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AFA953 is Cyan = 0, Magento = 0.03, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 169 83 -
CMYK 0 0.03 0.53 0.31
HSL 56.09º 0.37% 0.51% -
HSV(B) 56.09º 0.53% 0.69% -
XYZ 33.43 38.11 13.78 -
YUV 160.99 83.99 137.99 -
System Red Green Blue C M Y K H S L
Decimal 175 169 83 0 0.03 0.53 0.31 56.09 0.37 0.51
Hex AF A9 53 0 3 35 1F 38 25 33
Octal 257 251 123 0 3 65 37 70 45 63
Binary 10101111 10101001 1010011 0 11 110101 11111 111000 100101 110011

Color Harmonies of #AFA953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA953

Black with #AFA953

Text Example


Text Example

White with #AFA953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA953; }

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

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

background-color css

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

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

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

border-color css

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

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

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