Html Css Color HEX #A8A483 Neutral Green

📋 copy color: '#A8A483'

red 168 ◦ green 164 ◦ blue 131

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

Shades of Neutral Green #A8A483

Tints of Neutral Green #A8A483

RGB

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

 GREEN value IS 164 (64.45% from 255) = 35.42%

 BLUE value IS 131 (51.56% from 255) = 28.29%

R = 36.29%
G = 35.42%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.22

 K value IS 0.34

RGB Variations

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

Color information

#A8A483 (or 0xA8A483) is known color: Neutral Green. HEX triplet: A8, A4 and 83. RGB value is (168,164,131). Sum of RGB (Red+Green+Blue) = 168+164+131=463 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.29% from 463); Green value is 164 (64.45% from 255 or 35.42% from 463); Blue value is 131 (51.56% from 255 or 28.29% from 463); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A483 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A483 is #575B7C. Grayscale: #A1A1A1. Windows color (decimal): -5725053 or 8627368. OLE color: 8627368.

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

Color convert

RGB 168 164 131 -
CMYK 0 0.02 0.22 0.34
HSL 53.51º 0.18% 0.59% -
HSV(B) 53.51º 0.22% 0.66% -
XYZ 33.52 36.51 26.75 -
YUV 161.43 110.83 132.68 -
System Red Green Blue C M Y K H S L
Decimal 168 164 131 0 0.02 0.22 0.34 53.51 0.18 0.59
Hex A8 A4 83 0 2 16 22 36 12 3B
Octal 250 244 203 0 2 26 42 66 22 73
Binary 10101000 10100100 10000011 0 10 10110 100010 110110 10010 111011

Color Harmonies of #A8A483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8A483

Black with #A8A483

Text Example


Text Example

White with #A8A483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8A483; }

 p { color: rgb(168,164,131); }

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

background-color css

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

 a { background-color: rgb(168,164,131); }

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

border-color css

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

 span { border-color: rgb(168,164,131); }

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