Html Css Color HEX #A0A469 Green Smoke

📋 copy color: '#A0A469'

red 160 ◦ green 164 ◦ blue 105

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

Shades of Green Smoke #A0A469

Tints of Green Smoke #A0A469

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 24.48%

R = 37.3%
G = 38.23%
B = 24.48%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#A0A469 (or 0xA0A469) is known color: Green Smoke. HEX triplet: A0, A4 and 69. RGB value is (160,164,105). Sum of RGB (Red+Green+Blue) = 160+164+105=429 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.30% from 429); Green value is 164 (64.45% from 255 or 38.23% from 429); Blue value is 105 (41.41% from 255 or 24.48% from 429); Max value from RGB is 164 - color contains mainly: green. Hex color #A0A469 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A469 is #5F5B96. Grayscale: #9C9C9C. Windows color (decimal): -6249367 or 6923424. OLE color: 6923424.

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

Color convert

RGB 160 164 105 -
CMYK 0.02 0 0.36 0.36
HSL 64.07º 0.24% 0.53% -
HSV(B) 64.07º 0.36% 0.64% -
XYZ 30.32 35.04 18.53 -
YUV 156.08 99.17 130.8 -
System Red Green Blue C M Y K H S L
Decimal 160 164 105 0.02 0 0.36 0.36 64.07 0.24 0.53
Hex A0 A4 69 2 0 24 24 40 18 35
Octal 240 244 151 2 0 44 44 100 30 65
Binary 10100000 10100100 1101001 10 0 100100 100100 1000000 11000 110101

Color Harmonies of #A0A469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A469

Black with #A0A469

Text Example


Text Example

White with #A0A469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A469; }

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

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

background-color css

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

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

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

border-color css

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

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

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