Html Css Color HEX #AFA880 Neutral Green

📋 copy color: '#AFA880'

red 175 ◦ green 168 ◦ blue 128

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

Shades of Neutral Green #AFA880

Tints of Neutral Green #AFA880

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 27.18%

R = 37.15%
G = 35.67%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#AFA880 (or 0xAFA880) is known color: Neutral Green. HEX triplet: AF, A8 and 80. RGB value is (175,168,128). Sum of RGB (Red+Green+Blue) = 175+168+128=471 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.15% from 471); Green value is 168 (66.02% from 255 or 35.67% from 471); Blue value is 128 (50.39% from 255 or 27.18% from 471); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA880 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA880 is #50577F. Grayscale: #A5A5A5. Windows color (decimal): -5265280 or 8431791. OLE color: 8431791.

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

Color convert

RGB 175 168 128 -
CMYK 0 0.04 0.27 0.31
HSL 51.06º 0.23% 0.59% -
HSV(B) 51.06º 0.27% 0.69% -
XYZ 35.58 38.68 26.01 -
YUV 165.53 106.82 134.75 -
System Red Green Blue C M Y K H S L
Decimal 175 168 128 0 0.04 0.27 0.31 51.06 0.23 0.59
Hex AF A8 80 0 4 1B 1F 33 17 3B
Octal 257 250 200 0 4 33 37 63 27 73
Binary 10101111 10101000 10000000 0 100 11011 11111 110011 10111 111011

Color Harmonies of #AFA880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA880

Black with #AFA880

Text Example


Text Example

White with #AFA880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA880; }

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

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

background-color css

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

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

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

border-color css

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

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

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