Html Css Color HEX #A19009 Lucky

📋 copy color: '#A19009'

red 161 ◦ green 144 ◦ blue 9

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

Shades of Lucky #A19009

Tints of Lucky #A19009

RGB

 RED value IS 161 (63.28% from 255) = 51.27%

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

 BLUE value IS 9 (3.91% from 255) = 2.87%

R = 51.27%
G = 45.86%
B = 2.87%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.94

 K value IS 0.37

RGB Variations

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

Color information

#A19009 (or 0xA19009) is known color: Lucky. HEX triplet: A1, 90 and 09. RGB value is (161,144,9). Sum of RGB (Red+Green+Blue) = 161+144+9=314 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.27% from 314); Green value is 144 (56.64% from 255 or 45.86% from 314); Blue value is 9 (3.91% from 255 or 2.87% from 314); Max value from RGB is 161 - color contains mainly: red. Hex color #A19009 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A19009 is #5E6FF6. Grayscale: #868686. Windows color (decimal): -6189047 or 626849. OLE color: 626849.

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

Color convert

RGB 161 144 9 -
CMYK 0 0.11 0.94 0.37
HSL 53.29º 0.89% 0.33% -
HSV(B) 53.29º 0.94% 0.63% -
XYZ 24.72 27.54 4.27 -
YUV 133.69 57.63 147.48 -
System Red Green Blue C M Y K H S L
Decimal 161 144 9 0 0.11 0.94 0.37 53.29 0.89 0.33
Hex A1 90 9 0 B 5E 25 35 59 21
Octal 241 220 11 0 13 136 45 65 131 41
Binary 10100001 10010000 1001 0 1011 1011110 100101 110101 1011001 100001

Color Harmonies of #A19009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19009

Black with #A19009

Text Example


Text Example

White with #A19009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19009; }

 p { color: rgb(161,144,9); }

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

background-color css

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

 a { background-color: rgb(161,144,9); }

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

border-color css

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

 span { border-color: rgb(161,144,9); }

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