Html Css Color HEX #A5A287 Neutral Green

📋 copy color: '#A5A287'

red 165 ◦ green 162 ◦ blue 135

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

Shades of Neutral Green #A5A287

Tints of Neutral Green #A5A287

RGB

 RED value IS 165 (64.84% from 255) = 35.71%

 GREEN value IS 162 (63.67% from 255) = 35.06%

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

R = 35.71%
G = 35.06%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.18

 K value IS 0.35

RGB Variations

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

Color information

#A5A287 (or 0xA5A287) is known color: Neutral Green. HEX triplet: A5, A2 and 87. RGB value is (165,162,135). Sum of RGB (Red+Green+Blue) = 165+162+135=462 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.71% from 462); Green value is 162 (63.67% from 255 or 35.06% from 462); Blue value is 135 (53.12% from 255 or 29.22% from 462); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A287 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A287 is #5A5D78. Grayscale: #9F9F9F. Windows color (decimal): -5922169 or 8888997. OLE color: 8888997.

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

Color convert

RGB 165 162 135 -
CMYK 0 0.02 0.18 0.35
HSL 54º 0.14% 0.59% -
HSV(B) 54º 0.18% 0.65% -
XYZ 32.81 35.59 28.06 -
YUV 159.82 113.99 131.7 -
System Red Green Blue C M Y K H S L
Decimal 165 162 135 0 0.02 0.18 0.35 54 0.14 0.59
Hex A5 A2 87 0 2 12 23 36 E 3B
Octal 245 242 207 0 2 22 43 66 16 73
Binary 10100101 10100010 10000111 0 10 10010 100011 110110 1110 111011

Color Harmonies of #A5A287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A287

Black with #A5A287

Text Example


Text Example

White with #A5A287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A287; }

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

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

background-color css

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

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

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

border-color css

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

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

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