Html Css Color HEX #A19002 Lucky

📋 copy color: '#A19002'

red 161 ◦ green 144 ◦ blue 2

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

Shades of Lucky #A19002

Tints of Lucky #A19002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.65%

R = 52.44%
G = 46.91%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.99

 K value IS 0.37

RGB Variations

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

Color information

#A19002 (or 0xA19002) is known color: Lucky. HEX triplet: A1, 90 and 02. RGB value is (161,144,2). Sum of RGB (Red+Green+Blue) = 161+144+2=307 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.44% from 307); Green value is 144 (56.64% from 255 or 46.91% from 307); Blue value is 2 (1.17% from 255 or 0.65% from 307); Max value from RGB is 161 - color contains mainly: red. Hex color #A19002 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A19002 is #5E6FFD. Grayscale: #858585. Windows color (decimal): -6189054 or 168097. OLE color: 168097.

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

Color convert

RGB 161 144 2 -
CMYK 0 0.11 0.99 0.37
HSL 53.58º 0.98% 0.32% -
HSV(B) 53.58º 0.99% 0.63% -
XYZ 24.68 27.53 4.07 -
YUV 132.9 54.13 148.05 -
System Red Green Blue C M Y K H S L
Decimal 161 144 2 0 0.11 0.99 0.37 53.58 0.98 0.32
Hex A1 90 2 0 B 63 25 36 62 20
Octal 241 220 2 0 13 143 45 66 142 40
Binary 10100001 10010000 10 0 1011 1100011 100101 110110 1100010 100000

Color Harmonies of #A19002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19002

Black with #A19002

Text Example


Text Example

White with #A19002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19002; }

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

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

background-color css

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

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

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

border-color css

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

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

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