#A4AF8E

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

Shades of Green Spring #A4AF8E

Tints of Green Spring #A4AF8E

Color information

#A4AF8E (or 0xA4AF8E) is unknown color: approx Green Spring. HEX triplet: A4, AF and 8E. RGB value is (164,175,142). Sum of RGB (Red+Green+Blue) = 164+175+142=481 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.10% from 481); Green value is 175 (68.75% from 255 or 36.38% from 481); Blue value is 142 (55.86% from 255 or 29.52% from 481); Max value from RGB is 175 - color contains mainly: green. Hex color #A4AF8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4AF8E is #5B5071. Grayscale: #A8A8A8. Windows color (decimal): -5984370 or 9351076. OLE color: 9351076.

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

Color convert

RGB164175142-
CMYK0.0600.190.31
HSL80º17.1%62.16%-
HSV(B)80º18.86%68.63%-
XYZ35.5240.5131.54-
YUV167.95113.36125.18-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.10%
GREEN value IS 175 (68.75% from 255) = 36.38%
BLUE value IS 142 (55.86% from 255) = 29.52%
R=34.10%
G=36.38%
B=29.52%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1641751420.0600.190.318017.162.16
HexA4AF8E60131F50113e
Octal2442572166023371202176
Binary10100100101011111000111011001001111111101000010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AF8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AF8E; }

 p { color: rgb(164,175,142); }

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

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

 a { background-color: rgb(164,175,142); }

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

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

 span { border-color: rgb(164,175,142); }

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