Html Css Color HEX #A19402 Lucky

📋 copy color: '#A19402'

red 161 ◦ green 148 ◦ blue 2

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

Shades of Lucky #A19402

Tints of Lucky #A19402

RGB

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

 GREEN value IS 148 (58.2% from 255) = 47.59%

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

R = 51.77%
G = 47.59%
B = 0.64%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.99

 K value IS 0.37

RGB Variations

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

Color information

#A19402 (or 0xA19402) is known color: Lucky. HEX triplet: A1, 94 and 02. RGB value is (161,148,2). Sum of RGB (Red+Green+Blue) = 161+148+2=311 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.77% from 311); Green value is 148 (58.20% from 255 or 47.59% from 311); Blue value is 2 (1.17% from 255 or 0.64% from 311); Max value from RGB is 161 - color contains mainly: red. Hex color #A19402 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A19402 is #5E6BFD. Grayscale: #878787. Windows color (decimal): -6188030 or 169121. OLE color: 169121.

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

Color convert

RGB 161 148 2 -
CMYK 0 0.08 0.99 0.37
HSL 55.09º 0.98% 0.32% -
HSV(B) 55.09º 0.99% 0.63% -
XYZ 25.3 28.76 4.28 -
YUV 135.24 52.81 146.37 -
System Red Green Blue C M Y K H S L
Decimal 161 148 2 0 0.08 0.99 0.37 55.09 0.98 0.32
Hex A1 94 2 0 8 63 25 37 62 20
Octal 241 224 2 0 10 143 45 67 142 40
Binary 10100001 10010100 10 0 1000 1100011 100101 110111 1100010 100000

Color Harmonies of #A19402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19402

Black with #A19402

Text Example


Text Example

White with #A19402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19402; }

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

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

background-color css

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

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

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

border-color css

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

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

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