Html Css Color HEX #A0A452 Green Smoke

📋 copy color: '#A0A452'

red 160 ◦ green 164 ◦ blue 82

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

Shades of Green Smoke #A0A452

Tints of Green Smoke #A0A452

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40.39%

 BLUE value IS 82 (32.42% from 255) = 20.2%

R = 39.41%
G = 40.39%
B = 20.2%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.5

 K value IS 0.36

RGB Variations

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

Color information

#A0A452 (or 0xA0A452) is known color: Green Smoke. HEX triplet: A0, A4 and 52. RGB value is (160,164,82). Sum of RGB (Red+Green+Blue) = 160+164+82=406 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.41% from 406); Green value is 164 (64.45% from 255 or 40.39% from 406); Blue value is 82 (32.42% from 255 or 20.20% from 406); Max value from RGB is 164 - color contains mainly: green. Hex color #A0A452 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A452 is #5F5BAD. Grayscale: #999999. Windows color (decimal): -6249390 or 5416096. OLE color: 5416096.

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

Color convert

RGB 160 164 82 -
CMYK 0.02 0 0.5 0.36
HSL 62.93º 0.33% 0.48% -
HSV(B) 62.93º 0.5% 0.64% -
XYZ 29.3 34.63 13.12 -
YUV 153.46 87.67 132.67 -
System Red Green Blue C M Y K H S L
Decimal 160 164 82 0.02 0 0.5 0.36 62.93 0.33 0.48
Hex A0 A4 52 2 0 32 24 3F 21 30
Octal 240 244 122 2 0 62 44 77 41 60
Binary 10100000 10100100 1010010 10 0 110010 100100 111111 100001 110000

Color Harmonies of #A0A452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A452

Black with #A0A452

Text Example


Text Example

White with #A0A452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A452; }

 p { color: rgb(160,164,82); }

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

background-color css

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

 a { background-color: rgb(160,164,82); }

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

border-color css

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

 span { border-color: rgb(160,164,82); }

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