Html Css Color HEX #A0A46B Green Smoke

📋 copy color: '#A0A46B'

red 160 ◦ green 164 ◦ blue 107

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

Shades of Green Smoke #A0A46B

Tints of Green Smoke #A0A46B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 24.83%

R = 37.12%
G = 38.05%
B = 24.83%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.35

 K value IS 0.36

RGB Variations

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

Color information

#A0A46B (or 0xA0A46B) is known color: Green Smoke. HEX triplet: A0, A4 and 6B. RGB value is (160,164,107). Sum of RGB (Red+Green+Blue) = 160+164+107=431 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.12% from 431); Green value is 164 (64.45% from 255 or 38.05% from 431); Blue value is 107 (42.19% from 255 or 24.83% from 431); Max value from RGB is 164 - color contains mainly: green. Hex color #A0A46B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A46B is #5F5B94. Grayscale: #9C9C9C. Windows color (decimal): -6249365 or 7054496. OLE color: 7054496.

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

Color convert

RGB 160 164 107 -
CMYK 0.02 0 0.35 0.36
HSL 64.21º 0.24% 0.53% -
HSV(B) 64.21º 0.35% 0.64% -
XYZ 30.43 35.09 19.08 -
YUV 156.31 100.17 130.63 -
System Red Green Blue C M Y K H S L
Decimal 160 164 107 0.02 0 0.35 0.36 64.21 0.24 0.53
Hex A0 A4 6B 2 0 23 24 40 18 35
Octal 240 244 153 2 0 43 44 100 30 65
Binary 10100000 10100100 1101011 10 0 100011 100100 1000000 11000 110101

Color Harmonies of #A0A46B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A46B

Black with #A0A46B

Text Example


Text Example

White with #A0A46B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A46B; }

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

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

background-color css

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

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

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

border-color css

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

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

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