Html Css Color HEX #AFAB89 Neutral Green

📋 copy color: '#AFAB89'

red 175 ◦ green 171 ◦ blue 137

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

Shades of Neutral Green #AFAB89

Tints of Neutral Green #AFAB89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 28.36%

R = 36.23%
G = 35.4%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#AFAB89 (or 0xAFAB89) is known color: Neutral Green. HEX triplet: AF, AB and 89. RGB value is (175,171,137). Sum of RGB (Red+Green+Blue) = 175+171+137=483 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.23% from 483); Green value is 171 (67.19% from 255 or 35.40% from 483); Blue value is 137 (53.91% from 255 or 28.36% from 483); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAB89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAB89 is #505476. Grayscale: #A8A8A8. Windows color (decimal): -5264503 or 9022383. OLE color: 9022383.

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

Color convert

RGB 175 171 137 -
CMYK 0 0.02 0.22 0.31
HSL 53.68º 0.19% 0.61% -
HSV(B) 53.68º 0.22% 0.69% -
XYZ 36.76 40.05 29.46 -
YUV 168.32 110.33 132.76 -
System Red Green Blue C M Y K H S L
Decimal 175 171 137 0 0.02 0.22 0.31 53.68 0.19 0.61
Hex AF AB 89 0 2 16 1F 36 13 3D
Octal 257 253 211 0 2 26 37 66 23 75
Binary 10101111 10101011 10001001 0 10 10110 11111 110110 10011 111101

Color Harmonies of #AFAB89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAB89

Black with #AFAB89

Text Example


Text Example

White with #AFAB89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAB89; }

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

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

background-color css

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

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

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

border-color css

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

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

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