#A5A28A

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

Shades of Neutral Green #A5A28A

Tints of Neutral Green #A5A28A

Color information

#A5A28A (or 0xA5A28A) is unknown color: approx Neutral Green. HEX triplet: A5, A2 and 8A. RGB value is (165,162,138). Sum of RGB (Red+Green+Blue) = 165+162+138=465 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.48% from 465); Green value is 162 (63.67% from 255 or 34.84% from 465); Blue value is 138 (54.30% from 255 or 29.68% from 465); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A28A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A28A is #5A5D75. Grayscale: #A0A0A0. Windows color (decimal): -5922166 or 9085605. OLE color: 9085605.

HSL color Cylindrical-coordinate representation of color #A5A28A: hue angle of 53.33º degrees, saturation: 0.13, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A5A28A is Cyan = 0, Magento = 0.02, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB165162138-
CMYK00.020.160.35
HSL53.33º13.04%59.41%-
HSV(B)53.33º16.36%64.71%-
XYZ33.0235.6729.19-
YUV160.16115.49131.45-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.48%
GREEN value IS 162 (63.67% from 255) = 34.84%
BLUE value IS 138 (54.30% from 255) = 29.68%
R=35.48%
G=34.84%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16516213800.020.160.3553.3313.0459.41
HexA5A28A02102335d3b
Octal245242212022043651573
Binary101001011010001010001010010100001000111101011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A28A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A28A; }

 p { color: rgb(165,162,138); }

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

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

 a { background-color: rgb(165,162,138); }

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

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

 span { border-color: rgb(165,162,138); }

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