Html Css Color HEX #A0A256 Green Smoke

📋 copy color: '#A0A256'

red 160 ◦ green 162 ◦ blue 86

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

Shades of Green Smoke #A0A256

Tints of Green Smoke #A0A256

RGB

 RED value IS 160 (62.89% from 255) = 39.22%

 GREEN value IS 162 (63.67% from 255) = 39.71%

 BLUE value IS 86 (33.98% from 255) = 21.08%

R = 39.22%
G = 39.71%
B = 21.08%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.47

 K value IS 0.36

RGB Variations

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

Color information

#A0A256 (or 0xA0A256) is known color: Green Smoke. HEX triplet: A0, A2 and 56. RGB value is (160,162,86). Sum of RGB (Red+Green+Blue) = 160+162+86=408 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.22% from 408); Green value is 162 (63.67% from 255 or 39.71% from 408); Blue value is 86 (33.98% from 255 or 21.08% from 408); Max value from RGB is 162 - color contains mainly: green. Hex color #A0A256 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A256 is #5F5DA9. Grayscale: #999999. Windows color (decimal): -6249898 or 5677728. OLE color: 5677728.

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

Color convert

RGB 160 162 86 -
CMYK 0.01 0 0.47 0.36
HSL 61.58º 0.31% 0.49% -
HSV(B) 61.58º 0.47% 0.64% -
XYZ 29.1 33.99 13.83 -
YUV 152.74 90.34 133.18 -
System Red Green Blue C M Y K H S L
Decimal 160 162 86 0.01 0 0.47 0.36 61.58 0.31 0.49
Hex A0 A2 56 1 0 2F 24 3E 1F 31
Octal 240 242 126 1 0 57 44 76 37 61
Binary 10100000 10100010 1010110 1 0 101111 100100 111110 11111 110001

Color Harmonies of #A0A256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A256

Black with #A0A256

Text Example


Text Example

White with #A0A256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A256; }

 p { color: rgb(160,162,86); }

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

background-color css

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

 a { background-color: rgb(160,162,86); }

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

border-color css

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

 span { border-color: rgb(160,162,86); }

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