Html Css Color HEX #A09012 Lucky

📋 copy color: '#A09012'

red 160 ◦ green 144 ◦ blue 18

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

Shades of Lucky #A09012

Tints of Lucky #A09012

RGB

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

 GREEN value IS 144 (56.64% from 255) = 44.72%

 BLUE value IS 18 (7.42% from 255) = 5.59%

R = 49.69%
G = 44.72%
B = 5.59%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A09012 (or 0xA09012) is known color: Lucky. HEX triplet: A0, 90 and 12. RGB value is (160,144,18). Sum of RGB (Red+Green+Blue) = 160+144+18=322 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.69% from 322); Green value is 144 (56.64% from 255 or 44.72% from 322); Blue value is 18 (7.42% from 255 or 5.59% from 322); Max value from RGB is 160 - color contains mainly: red. Hex color #A09012 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09012 is #5F6FED. Grayscale: #868686. Windows color (decimal): -6254574 or 1216672. OLE color: 1216672.

HSL color Cylindrical-coordinate representation of color #A09012: hue angle of 53.24º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A09012 is Cyan = 0, Magento = 0.1, Yellow = 0.89 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 144 18 -
CMYK 0 0.1 0.89 0.37
HSL 53.24º 0.8% 0.35% -
HSV(B) 53.24º 0.89% 0.63% -
XYZ 24.58 27.46 4.58 -
YUV 134.42 62.3 146.25 -
System Red Green Blue C M Y K H S L
Decimal 160 144 18 0 0.1 0.89 0.37 53.24 0.8 0.35
Hex A0 90 12 0 A 59 25 35 50 23
Octal 240 220 22 0 12 131 45 65 120 43
Binary 10100000 10010000 10010 0 1010 1011001 100101 110101 1010000 100011

Color Harmonies of #A09012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09012

Black with #A09012

Text Example


Text Example

White with #A09012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09012; }

 p { color: rgb(160,144,18); }

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

background-color css

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

 a { background-color: rgb(160,144,18); }

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

border-color css

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

 span { border-color: rgb(160,144,18); }

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