Html Css Color HEX #A0A571 Green Smoke

📋 copy color: '#A0A571'

red 160 ◦ green 165 ◦ blue 113

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

Shades of Green Smoke #A0A571

Tints of Green Smoke #A0A571

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37.67%

 BLUE value IS 113 (44.53% from 255) = 25.8%

R = 36.53%
G = 37.67%
B = 25.8%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#A0A571 (or 0xA0A571) is known color: Green Smoke. HEX triplet: A0, A5 and 71. RGB value is (160,165,113). Sum of RGB (Red+Green+Blue) = 160+165+113=438 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.53% from 438); Green value is 165 (64.84% from 255 or 37.67% from 438); Blue value is 113 (44.53% from 255 or 25.80% from 438); Max value from RGB is 165 - color contains mainly: green. Hex color #A0A571 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A571 is #5F5A8E. Grayscale: #9D9D9D. Windows color (decimal): -6249103 or 7447968. OLE color: 7447968.

HSL color Cylindrical-coordinate representation of color #A0A571: hue angle of 65.77º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0A571 is Cyan = 0.03, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB 160 165 113 -
CMYK 0.03 0 0.32 0.35
HSL 65.77º 0.22% 0.55% -
HSV(B) 65.77º 0.32% 0.65% -
XYZ 30.93 35.58 20.86 -
YUV 157.58 102.84 129.73 -
System Red Green Blue C M Y K H S L
Decimal 160 165 113 0.03 0 0.32 0.35 65.77 0.22 0.55
Hex A0 A5 71 3 0 20 23 42 16 37
Octal 240 245 161 3 0 40 43 102 26 67
Binary 10100000 10100101 1110001 11 0 100000 100011 1000010 10110 110111

Color Harmonies of #A0A571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A571

Black with #A0A571

Text Example


Text Example

White with #A0A571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A571; }

 p { color: rgb(160,165,113); }

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

background-color css

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

 a { background-color: rgb(160,165,113); }

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

border-color css

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

 span { border-color: rgb(160,165,113); }

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