Html Css Color HEX #A19D02 Lucky

📋 copy color: '#A19D02'

red 161 ◦ green 157 ◦ blue 2

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

Shades of Lucky #A19D02

Tints of Lucky #A19D02

RGB

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

 GREEN value IS 157 (61.72% from 255) = 49.06%

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

R = 50.31%
G = 49.06%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.99

 K value IS 0.37

RGB Variations

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

Color information

#A19D02 (or 0xA19D02) is known color: Lucky. HEX triplet: A1, 9D and 02. RGB value is (161,157,2). Sum of RGB (Red+Green+Blue) = 161+157+2=320 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.31% from 320); Green value is 157 (61.72% from 255 or 49.06% from 320); Blue value is 2 (1.17% from 255 or 0.62% from 320); Max value from RGB is 161 - color contains mainly: red. Hex color #A19D02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A19D02 is #5E62FD. Grayscale: #8D8D8D. Windows color (decimal): -6185726 or 171425. OLE color: 171425.

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

Color convert

RGB 161 157 2 -
CMYK 0 0.02 0.99 0.37
HSL 58.49º 0.98% 0.32% -
HSV(B) 58.49º 0.99% 0.63% -
XYZ 26.77 31.7 4.76 -
YUV 140.53 49.83 142.6 -
System Red Green Blue C M Y K H S L
Decimal 161 157 2 0 0.02 0.99 0.37 58.49 0.98 0.32
Hex A1 9D 2 0 2 63 25 3A 62 20
Octal 241 235 2 0 2 143 45 72 142 40
Binary 10100001 10011101 10 0 10 1100011 100101 111010 1100010 100000

Color Harmonies of #A19D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19D02

Black with #A19D02

Text Example


Text Example

White with #A19D02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19D02; }

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

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

background-color css

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

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

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

border-color css

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

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

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