Html Css Color HEX #AFAB80 Neutral Green

📋 copy color: '#AFAB80'

red 175 ◦ green 171 ◦ blue 128

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

Shades of Neutral Green #AFAB80

Tints of Neutral Green #AFAB80

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.08%

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

R = 36.92%
G = 36.08%
B = 27%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#AFAB80 (or 0xAFAB80) is known color: Neutral Green. HEX triplet: AF, AB and 80. RGB value is (175,171,128). Sum of RGB (Red+Green+Blue) = 175+171+128=474 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.92% from 474); Green value is 171 (67.19% from 255 or 36.08% from 474); Blue value is 128 (50.39% from 255 or 27.00% from 474); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAB80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAB80 is #50547F. Grayscale: #A7A7A7. Windows color (decimal): -5264512 or 8432559. OLE color: 8432559.

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

Color convert

RGB 175 171 128 -
CMYK 0 0.02 0.27 0.31
HSL 54.89º 0.23% 0.59% -
HSV(B) 54.89º 0.27% 0.69% -
XYZ 36.14 39.8 26.2 -
YUV 167.29 105.83 133.5 -
System Red Green Blue C M Y K H S L
Decimal 175 171 128 0 0.02 0.27 0.31 54.89 0.23 0.59
Hex AF AB 80 0 2 1B 1F 37 17 3B
Octal 257 253 200 0 2 33 37 67 27 73
Binary 10101111 10101011 10000000 0 10 11011 11111 110111 10111 111011

Color Harmonies of #AFAB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAB80

Black with #AFAB80

Text Example


Text Example

White with #AFAB80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAB80; }

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

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

background-color css

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

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

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

border-color css

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

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

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