Html Css Color HEX #AFA887 Neutral Green

📋 copy color: '#AFA887'

red 175 ◦ green 168 ◦ blue 135

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

Shades of Neutral Green #AFA887

Tints of Neutral Green #AFA887

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 28.24%

R = 36.61%
G = 35.15%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#AFA887 (or 0xAFA887) is known color: Neutral Green. HEX triplet: AF, A8 and 87. RGB value is (175,168,135). Sum of RGB (Red+Green+Blue) = 175+168+135=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 168 (66.02% from 255 or 35.15% from 478); Blue value is 135 (53.12% from 255 or 28.24% from 478); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA887 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA887 is #505778. Grayscale: #A6A6A6. Windows color (decimal): -5265273 or 8890543. OLE color: 8890543.

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

Color convert

RGB 175 168 135 -
CMYK 0 0.04 0.23 0.31
HSL 49.5º 0.2% 0.61% -
HSV(B) 49.5º 0.23% 0.69% -
XYZ 36.06 38.87 28.52 -
YUV 166.33 110.32 134.18 -
System Red Green Blue C M Y K H S L
Decimal 175 168 135 0 0.04 0.23 0.31 49.5 0.2 0.61
Hex AF A8 87 0 4 17 1F 32 14 3D
Octal 257 250 207 0 4 27 37 62 24 75
Binary 10101111 10101000 10000111 0 100 10111 11111 110010 10100 111101

Color Harmonies of #AFA887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA887

Black with #AFA887

Text Example


Text Example

White with #AFA887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA887; }

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

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

background-color css

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

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

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

border-color css

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

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

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