#AFA788

Color #AFA788 Neutral Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neutral Green #AFA788

Tints of Neutral Green #AFA788

Color information

#AFA788 (or 0xAFA788) is unknown color: approx Neutral Green. HEX triplet: AF, A7 and 88. RGB value is (175,167,136). Sum of RGB (Red+Green+Blue) = 175+167+136=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 167 (65.62% from 255 or 34.94% from 478); Blue value is 136 (53.52% from 255 or 28.45% from 478); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA788 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA788 is #505877. Grayscale: #A5A5A5. Windows color (decimal): -5265528 or 8955823. OLE color: 8955823.

HSL color Cylindrical-coordinate representation of color #AFA788: hue angle of 47.69º degrees, saturation: 0.2, 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 #AFA788 is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB175167136-
CMYK00.050.220.31
HSL47.69º19.6%60.98%-
HSV(B)47.69º22.29%68.63%-
XYZ35.9438.5328.84-
YUV165.86111.15134.52-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.61%
GREEN value IS 167 (65.62% from 255) = 34.94%
BLUE value IS 136 (53.52% from 255) = 28.45%
R=36.61%
G=34.94%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516713600.050.220.3147.6919.660.98
HexAFA78805161F30143d
Octal257247210052637602475
Binary1010111110100111100010000101101101111111000010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA788; }

 p { color: rgb(175,167,136); }

 H1.HeaderClassName
 {
   color: #AFA788;
 }
 .AnyTagClassName
 {
   color: #AFA788;
 }
</style>
background-color css

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

 a { background-color: rgb(175,167,136); }

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

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

 span { border-color: rgb(175,167,136); }

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