#A4AF8A

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

Shades of Green Spring #A4AF8A

Tints of Green Spring #A4AF8A

Color information

#A4AF8A (or 0xA4AF8A) is unknown color: approx Green Spring. HEX triplet: A4, AF and 8A. RGB value is (164,175,138). Sum of RGB (Red+Green+Blue) = 164+175+138=477 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.38% from 477); Green value is 175 (68.75% from 255 or 36.69% from 477); Blue value is 138 (54.30% from 255 or 28.93% from 477); Max value from RGB is 175 - color contains mainly: green. Hex color #A4AF8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4AF8A is #5B5075. Grayscale: #A7A7A7. Windows color (decimal): -5984374 or 9088932. OLE color: 9088932.

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

Color convert

RGB164175138-
CMYK0.0600.210.31
HSL77.84º18.78%61.37%-
HSV(B)77.84º21.14%68.63%-
XYZ35.2340.3929.98-
YUV167.49111.36125.51-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.38%
GREEN value IS 175 (68.75% from 255) = 36.69%
BLUE value IS 138 (54.30% from 255) = 28.93%
R=34.38%
G=36.69%
B=28.93%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1641751380.0600.210.3177.8418.7861.37
HexA4AF8A60151F4e133d
Octal2442572126025371162375
Binary10100100101011111000101011001010111111100111010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AF8A; }

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

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

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

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

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

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

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

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