Html Css Color HEX #A0AB53 Green Smoke

📋 copy color: '#A0AB53'

red 160 ◦ green 171 ◦ blue 83

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

Shades of Green Smoke #A0AB53

Tints of Green Smoke #A0AB53

RGB

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

 GREEN value IS 171 (67.19% from 255) = 41.3%

 BLUE value IS 83 (32.81% from 255) = 20.05%

R = 38.65%
G = 41.3%
B = 20.05%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#A0AB53 (or 0xA0AB53) is known color: Green Smoke. HEX triplet: A0, AB and 53. RGB value is (160,171,83). Sum of RGB (Red+Green+Blue) = 160+171+83=414 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.65% from 414); Green value is 171 (67.19% from 255 or 41.30% from 414); Blue value is 83 (32.81% from 255 or 20.05% from 414); Max value from RGB is 171 - color contains mainly: green. Hex color #A0AB53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AB53 is #5F54AC. Grayscale: #9E9E9E. Windows color (decimal): -6247597 or 5483424. OLE color: 5483424.

HSL color Cylindrical-coordinate representation of color #A0AB53: hue angle of 67.5º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A0AB53 is Cyan = 0.06, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.33.

Color convert

RGB 160 171 83 -
CMYK 0.06 0 0.51 0.33
HSL 67.5º 0.35% 0.5% -
HSV(B) 67.5º 0.51% 0.67% -
XYZ 30.62 37.22 13.75 -
YUV 157.68 85.86 129.66 -
System Red Green Blue C M Y K H S L
Decimal 160 171 83 0.06 0 0.51 0.33 67.5 0.35 0.5
Hex A0 AB 53 6 0 33 21 44 23 32
Octal 240 253 123 6 0 63 41 104 43 62
Binary 10100000 10101011 1010011 110 0 110011 100001 1000100 100011 110010

Color Harmonies of #A0AB53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AB53

Black with #A0AB53

Text Example


Text Example

White with #A0AB53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AB53; }

 p { color: rgb(160,171,83); }

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

background-color css

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

 a { background-color: rgb(160,171,83); }

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

border-color css

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

 span { border-color: rgb(160,171,83); }

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