Html Css Color HEX #A5A388 Neutral Green

📋 copy color: '#A5A388'

red 165 ◦ green 163 ◦ blue 136

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

Shades of Neutral Green #A5A388

Tints of Neutral Green #A5A388

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.13%

 BLUE value IS 136 (53.52% from 255) = 29.31%

R = 35.56%
G = 35.13%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.18

 K value IS 0.35

RGB Variations

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

Color information

#A5A388 (or 0xA5A388) is known color: Neutral Green. HEX triplet: A5, A3 and 88. RGB value is (165,163,136). Sum of RGB (Red+Green+Blue) = 165+163+136=464 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.56% from 464); Green value is 163 (64.06% from 255 or 35.13% from 464); Blue value is 136 (53.52% from 255 or 29.31% from 464); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A388 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A388 is #5A5C77. Grayscale: #A0A0A0. Windows color (decimal): -5921912 or 8954789. OLE color: 8954789.

HSL color Cylindrical-coordinate representation of color #A5A388: hue angle of 55.86º 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 #A5A388 is Cyan = 0, Magento = 0.01, Yellow = 0.18 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 163 136 -
CMYK 0 0.01 0.18 0.35
HSL 55.86º 0.14% 0.59% -
HSV(B) 55.86º 0.18% 0.65% -
XYZ 33.06 35.97 28.49 -
YUV 160.52 114.16 131.2 -
System Red Green Blue C M Y K H S L
Decimal 165 163 136 0 0.01 0.18 0.35 55.86 0.14 0.59
Hex A5 A3 88 0 1 12 23 38 E 3B
Octal 245 243 210 0 1 22 43 70 16 73
Binary 10100101 10100011 10001000 0 1 10010 100011 111000 1110 111011

Color Harmonies of #A5A388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A388

Black with #A5A388

Text Example


Text Example

White with #A5A388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A388; }

 p { color: rgb(165,163,136); }

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

background-color css

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

 a { background-color: rgb(165,163,136); }

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

border-color css

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

 span { border-color: rgb(165,163,136); }

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