Html Css Color HEX #A09010 Lucky

📋 copy color: '#A09010'

red 160 ◦ green 144 ◦ blue 16

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

Shades of Lucky #A09010

Tints of Lucky #A09010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5%

R = 50%
G = 45%
B = 5%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.9

 K value IS 0.37

RGB Variations

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

Color information

#A09010 (or 0xA09010) is known color: Lucky. HEX triplet: A0, 90 and 10. RGB value is (160,144,16). Sum of RGB (Red+Green+Blue) = 160+144+16=320 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50% from 320); Green value is 144 (56.64% from 255 or 45% from 320); Blue value is 16 (6.64% from 255 or 5% from 320); Max value from RGB is 160 - color contains mainly: red. Hex color #A09010 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09010 is #5F6FEF. Grayscale: #868686. Windows color (decimal): -6254576 or 1085600. OLE color: 1085600.

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

Color convert

RGB 160 144 16 -
CMYK 0 0.1 0.9 0.37
HSL 53.33º 0.82% 0.35% -
HSV(B) 53.33º 0.9% 0.63% -
XYZ 24.56 27.46 4.5 -
YUV 134.19 61.3 146.41 -
System Red Green Blue C M Y K H S L
Decimal 160 144 16 0 0.1 0.9 0.37 53.33 0.82 0.35
Hex A0 90 10 0 A 5A 25 35 52 23
Octal 240 220 20 0 12 132 45 65 122 43
Binary 10100000 10010000 10000 0 1010 1011010 100101 110101 1010010 100011

Color Harmonies of #A09010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09010

Black with #A09010

Text Example


Text Example

White with #A09010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09010; }

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

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

background-color css

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

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

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

border-color css

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

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

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