Html Css Color HEX #A09E10 Lucky

📋 copy color: '#A09E10'

red 160 ◦ green 158 ◦ blue 16

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

Shades of Lucky #A09E10

Tints of Lucky #A09E10

RGB

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

 GREEN value IS 158 (62.11% from 255) = 47.31%

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

R = 47.9%
G = 47.31%
B = 4.79%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.9

 K value IS 0.37

RGB Variations

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

Color information

#A09E10 (or 0xA09E10) is known color: Lucky. HEX triplet: A0, 9E and 10. RGB value is (160,158,16). Sum of RGB (Red+Green+Blue) = 160+158+16=334 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.90% from 334); Green value is 158 (62.11% from 255 or 47.31% from 334); Blue value is 16 (6.64% from 255 or 4.79% from 334); Max value from RGB is 160 - color contains mainly: red. Hex color #A09E10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09E10 is #5F61EF. Grayscale: #8E8E8E. Windows color (decimal): -6250992 or 1089184. OLE color: 1089184.

HSL color Cylindrical-coordinate representation of color #A09E10: hue angle of 59.17º 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 #A09E10 is Cyan = 0, Magento = 0.01, Yellow = 0.9 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 158 16 -
CMYK 0 0.01 0.9 0.37
HSL 59.17º 0.82% 0.35% -
HSV(B) 59.17º 0.9% 0.63% -
XYZ 26.82 31.96 5.25 -
YUV 142.41 56.66 140.55 -
System Red Green Blue C M Y K H S L
Decimal 160 158 16 0 0.01 0.9 0.37 59.17 0.82 0.35
Hex A0 9E 10 0 1 5A 25 3B 52 23
Octal 240 236 20 0 1 132 45 73 122 43
Binary 10100000 10011110 10000 0 1 1011010 100101 111011 1010010 100011

Color Harmonies of #A09E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09E10

Black with #A09E10

Text Example


Text Example

White with #A09E10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09E10; }

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

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

background-color css

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

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

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

border-color css

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

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

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