Html Css Color HEX #A0AC5E Green Smoke

📋 copy color: '#A0AC5E'

red 160 ◦ green 172 ◦ blue 94

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

Shades of Green Smoke #A0AC5E

Tints of Green Smoke #A0AC5E

RGB

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

 GREEN value IS 172 (67.58% from 255) = 40.38%

 BLUE value IS 94 (37.11% from 255) = 22.07%

R = 37.56%
G = 40.38%
B = 22.07%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#A0AC5E (or 0xA0AC5E) is known color: Green Smoke. HEX triplet: A0, AC and 5E. RGB value is (160,172,94). Sum of RGB (Red+Green+Blue) = 160+172+94=426 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.56% from 426); Green value is 172 (67.58% from 255 or 40.38% from 426); Blue value is 94 (37.11% from 255 or 22.07% from 426); Max value from RGB is 172 - color contains mainly: green. Hex color #A0AC5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AC5E is #5F53A1. Grayscale: #9F9F9F. Windows color (decimal): -6247330 or 6204576. OLE color: 6204576.

HSL color Cylindrical-coordinate representation of color #A0AC5E: hue angle of 69.23º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A0AC5E is Cyan = 0.07, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB 160 172 94 -
CMYK 0.07 0 0.45 0.33
HSL 69.23º 0.32% 0.52% -
HSV(B) 69.23º 0.45% 0.67% -
XYZ 31.27 37.79 16.24 -
YUV 159.52 91.02 128.34 -
System Red Green Blue C M Y K H S L
Decimal 160 172 94 0.07 0 0.45 0.33 69.23 0.32 0.52
Hex A0 AC 5E 7 0 2D 21 45 20 34
Octal 240 254 136 7 0 55 41 105 40 64
Binary 10100000 10101100 1011110 111 0 101101 100001 1000101 100000 110100

Color Harmonies of #A0AC5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AC5E

Black with #A0AC5E

Text Example


Text Example

White with #A0AC5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AC5E; }

 p { color: rgb(160,172,94); }

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

background-color css

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

 a { background-color: rgb(160,172,94); }

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

border-color css

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

 span { border-color: rgb(160,172,94); }

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