Html Css Color HEX #AFAB81 Neutral Green

📋 copy color: '#AFAB81'

red 175 ◦ green 171 ◦ blue 129

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

Shades of Neutral Green #AFAB81

Tints of Neutral Green #AFAB81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 27.16%

R = 36.84%
G = 36%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#AFAB81 (or 0xAFAB81) is known color: Neutral Green. HEX triplet: AF, AB and 81. RGB value is (175,171,129). Sum of RGB (Red+Green+Blue) = 175+171+129=475 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.84% from 475); Green value is 171 (67.19% from 255 or 36% from 475); Blue value is 129 (50.78% from 255 or 27.16% from 475); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAB81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAB81 is #50547E. Grayscale: #A7A7A7. Windows color (decimal): -5264511 or 8498095. OLE color: 8498095.

HSL color Cylindrical-coordinate representation of color #AFAB81: hue angle of 54.78º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFAB81 is Cyan = 0, Magento = 0.02, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 171 129 -
CMYK 0 0.02 0.26 0.31
HSL 54.78º 0.22% 0.6% -
HSV(B) 54.78º 0.26% 0.69% -
XYZ 36.2 39.82 26.55 -
YUV 167.41 106.33 133.42 -
System Red Green Blue C M Y K H S L
Decimal 175 171 129 0 0.02 0.26 0.31 54.78 0.22 0.6
Hex AF AB 81 0 2 1A 1F 37 16 3C
Octal 257 253 201 0 2 32 37 67 26 74
Binary 10101111 10101011 10000001 0 10 11010 11111 110111 10110 111100

Color Harmonies of #AFAB81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAB81

Black with #AFAB81

Text Example


Text Example

White with #AFAB81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAB81; }

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

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

background-color css

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

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

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

border-color css

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

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

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