Html Css Color HEX #A19D0A Lucky

📋 copy color: '#A19D0A'

red 161 ◦ green 157 ◦ blue 10

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

Shades of Lucky #A19D0A

Tints of Lucky #A19D0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.05%

R = 49.09%
G = 47.87%
B = 3.05%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.94

 K value IS 0.37

RGB Variations

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

Color information

#A19D0A (or 0xA19D0A) is known color: Lucky. HEX triplet: A1, 9D and 0A. RGB value is (161,157,10). Sum of RGB (Red+Green+Blue) = 161+157+10=328 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.09% from 328); Green value is 157 (61.72% from 255 or 47.87% from 328); Blue value is 10 (4.30% from 255 or 3.05% from 328); Max value from RGB is 161 - color contains mainly: red. Hex color #A19D0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A19D0A is #5E62F5. Grayscale: #8E8E8E. Windows color (decimal): -6185718 or 695713. OLE color: 695713.

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

Color convert

RGB 161 157 10 -
CMYK 0 0.02 0.94 0.37
HSL 58.41º 0.88% 0.34% -
HSV(B) 58.41º 0.94% 0.63% -
XYZ 26.81 31.71 5 -
YUV 141.44 53.83 141.95 -
System Red Green Blue C M Y K H S L
Decimal 161 157 10 0 0.02 0.94 0.37 58.41 0.88 0.34
Hex A1 9D A 0 2 5E 25 3A 58 22
Octal 241 235 12 0 2 136 45 72 130 42
Binary 10100001 10011101 1010 0 10 1011110 100101 111010 1011000 100010

Color Harmonies of #A19D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19D0A

Black with #A19D0A

Text Example


Text Example

White with #A19D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19D0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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