Html Css Color HEX #A09A16 Lucky

📋 copy color: '#A09A16'

red 160 ◦ green 154 ◦ blue 22

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

Shades of Lucky #A09A16

Tints of Lucky #A09A16

RGB

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

 GREEN value IS 154 (60.55% from 255) = 45.83%

 BLUE value IS 22 (8.98% from 255) = 6.55%

R = 47.62%
G = 45.83%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#A09A16 (or 0xA09A16) is known color: Lucky. HEX triplet: A0, 9A and 16. RGB value is (160,154,22). Sum of RGB (Red+Green+Blue) = 160+154+22=336 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.62% from 336); Green value is 154 (60.55% from 255 or 45.83% from 336); Blue value is 22 (8.98% from 255 or 6.55% from 336); Max value from RGB is 160 - color contains mainly: red. Hex color #A09A16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09A16 is #5F65E9. Grayscale: #8D8D8D. Windows color (decimal): -6252010 or 1481376. OLE color: 1481376.

HSL color Cylindrical-coordinate representation of color #A09A16: hue angle of 57.39º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A09A16 is Cyan = 0, Magento = 0.04, Yellow = 0.86 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 154 22 -
CMYK 0 0.04 0.86 0.37
HSL 57.39º 0.76% 0.36% -
HSV(B) 57.39º 0.86% 0.63% -
XYZ 26.2 30.64 5.29 -
YUV 140.75 60.99 141.73 -
System Red Green Blue C M Y K H S L
Decimal 160 154 22 0 0.04 0.86 0.37 57.39 0.76 0.36
Hex A0 9A 16 0 4 56 25 39 4C 24
Octal 240 232 26 0 4 126 45 71 114 44
Binary 10100000 10011010 10110 0 100 1010110 100101 111001 1001100 100100

Color Harmonies of #A09A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09A16

Black with #A09A16

Text Example


Text Example

White with #A09A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09A16; }

 p { color: rgb(160,154,22); }

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

background-color css

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

 a { background-color: rgb(160,154,22); }

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

border-color css

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

 span { border-color: rgb(160,154,22); }

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