Html Css Color HEX #A3A155 Green Smoke

📋 copy color: '#A3A155'

red 163 ◦ green 161 ◦ blue 85

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

Shades of Green Smoke #A3A155

Tints of Green Smoke #A3A155

RGB

 RED value IS 163 (64.06% from 255) = 39.85%

 GREEN value IS 161 (63.28% from 255) = 39.36%

 BLUE value IS 85 (33.59% from 255) = 20.78%

R = 39.85%
G = 39.36%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.48

 K value IS 0.36

RGB Variations

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

Color information

#A3A155 (or 0xA3A155) is known color: Green Smoke. HEX triplet: A3, A1 and 55. RGB value is (163,161,85). Sum of RGB (Red+Green+Blue) = 163+161+85=409 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.85% from 409); Green value is 161 (63.28% from 255 or 39.36% from 409); Blue value is 85 (33.59% from 255 or 20.78% from 409); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A155 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3A155 is #5C5EAA. Grayscale: #999999. Windows color (decimal): -6053547 or 5611939. OLE color: 5611939.

HSL color Cylindrical-coordinate representation of color #A3A155: hue angle of 58.46º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A3A155 is Cyan = 0, Magento = 0.01, Yellow = 0.48 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 161 85 -
CMYK 0 0.01 0.48 0.36
HSL 58.46º 0.31% 0.49% -
HSV(B) 58.46º 0.48% 0.64% -
XYZ 29.49 33.93 13.59 -
YUV 152.93 89.66 135.18 -
System Red Green Blue C M Y K H S L
Decimal 163 161 85 0 0.01 0.48 0.36 58.46 0.31 0.49
Hex A3 A1 55 0 1 30 24 3A 1F 31
Octal 243 241 125 0 1 60 44 72 37 61
Binary 10100011 10100001 1010101 0 1 110000 100100 111010 11111 110001

Color Harmonies of #A3A155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3A155

Black with #A3A155

Text Example


Text Example

White with #A3A155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3A155; }

 p { color: rgb(163,161,85); }

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

background-color css

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

 a { background-color: rgb(163,161,85); }

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

border-color css

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

 span { border-color: rgb(163,161,85); }

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