Html Css Color HEX #A8A580 Neutral Green

📋 copy color: '#A8A580'

red 168 ◦ green 165 ◦ blue 128

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

Shades of Neutral Green #A8A580

Tints of Neutral Green #A8A580

RGB

 RED value IS 168 (66.02% from 255) = 36.44%

 GREEN value IS 165 (64.84% from 255) = 35.79%

 BLUE value IS 128 (50.39% from 255) = 27.77%

R = 36.44%
G = 35.79%
B = 27.77%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.24

 K value IS 0.34

RGB Variations

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

Color information

#A8A580 (or 0xA8A580) is known color: Neutral Green. HEX triplet: A8, A5 and 80. RGB value is (168,165,128). Sum of RGB (Red+Green+Blue) = 168+165+128=461 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.44% from 461); Green value is 165 (64.84% from 255 or 35.79% from 461); Blue value is 128 (50.39% from 255 or 27.77% from 461); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A580 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A580 is #575A7F. Grayscale: #A1A1A1. Windows color (decimal): -5724800 or 8431016. OLE color: 8431016.

HSL color Cylindrical-coordinate representation of color #A8A580: hue angle of 55.5º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A8A580 is Cyan = 0, Magento = 0.02, Yellow = 0.24 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 165 128 -
CMYK 0 0.02 0.24 0.34
HSL 55.5º 0.19% 0.58% -
HSV(B) 55.5º 0.24% 0.66% -
XYZ 33.5 36.79 25.76 -
YUV 161.68 108.99 132.51 -
System Red Green Blue C M Y K H S L
Decimal 168 165 128 0 0.02 0.24 0.34 55.5 0.19 0.58
Hex A8 A5 80 0 2 18 22 38 13 3A
Octal 250 245 200 0 2 30 42 70 23 72
Binary 10101000 10100101 10000000 0 10 11000 100010 111000 10011 111010

Color Harmonies of #A8A580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8A580

Black with #A8A580

Text Example


Text Example

White with #A8A580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8A580; }

 p { color: rgb(168,165,128); }

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

background-color css

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

 a { background-color: rgb(168,165,128); }

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

border-color css

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

 span { border-color: rgb(168,165,128); }

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