Html Css Color HEX #A1A95A Green Smoke

📋 copy color: '#A1A95A'

red 161 ◦ green 169 ◦ blue 90

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

Shades of Green Smoke #A1A95A

Tints of Green Smoke #A1A95A

RGB

 RED value IS 161 (63.28% from 255) = 38.33%

 GREEN value IS 169 (66.41% from 255) = 40.24%

 BLUE value IS 90 (35.55% from 255) = 21.43%

R = 38.33%
G = 40.24%
B = 21.43%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.47

 K value IS 0.34

RGB Variations

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

Color information

#A1A95A (or 0xA1A95A) is known color: Green Smoke. HEX triplet: A1, A9 and 5A. RGB value is (161,169,90). Sum of RGB (Red+Green+Blue) = 161+169+90=420 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.33% from 420); Green value is 169 (66.41% from 255 or 40.24% from 420); Blue value is 90 (35.55% from 255 or 21.43% from 420); Max value from RGB is 169 - color contains mainly: green. Hex color #A1A95A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A95A is #5E56A5. Grayscale: #9D9D9D. Windows color (decimal): -6182566 or 5941665. OLE color: 5941665.

HSL color Cylindrical-coordinate representation of color #A1A95A: hue angle of 66.08º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A1A95A is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.34.

Color convert

RGB 161 169 90 -
CMYK 0.05 0 0.47 0.34
HSL 66.08º 0.31% 0.51% -
HSV(B) 66.08º 0.47% 0.66% -
XYZ 30.73 36.69 15.14 -
YUV 157.6 89.85 130.42 -
System Red Green Blue C M Y K H S L
Decimal 161 169 90 0.05 0 0.47 0.34 66.08 0.31 0.51
Hex A1 A9 5A 5 0 2F 22 42 1F 33
Octal 241 251 132 5 0 57 42 102 37 63
Binary 10100001 10101001 1011010 101 0 101111 100010 1000010 11111 110011

Color Harmonies of #A1A95A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1A95A

Black with #A1A95A

Text Example


Text Example

White with #A1A95A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1A95A; }

 p { color: rgb(161,169,90); }

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

background-color css

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

 a { background-color: rgb(161,169,90); }

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

border-color css

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

 span { border-color: rgb(161,169,90); }

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