Html Css Color HEX #A19D12 Lucky

📋 copy color: '#A19D12'

red 161 ◦ green 157 ◦ blue 18

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

Shades of Lucky #A19D12

Tints of Lucky #A19D12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.36%

R = 47.92%
G = 46.73%
B = 5.36%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A19D12 (or 0xA19D12) is known color: Lucky. HEX triplet: A1, 9D and 12. RGB value is (161,157,18). Sum of RGB (Red+Green+Blue) = 161+157+18=336 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.92% from 336); Green value is 157 (61.72% from 255 or 46.73% from 336); Blue value is 18 (7.42% from 255 or 5.36% from 336); Max value from RGB is 161 - color contains mainly: red. Hex color #A19D12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A19D12 is #5E62ED. Grayscale: #8E8E8E. Windows color (decimal): -6185710 or 1220001. OLE color: 1220001.

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

Color convert

RGB 161 157 18 -
CMYK 0 0.02 0.89 0.37
HSL 58.32º 0.8% 0.35% -
HSV(B) 58.32º 0.89% 0.63% -
XYZ 26.86 31.73 5.28 -
YUV 142.35 57.83 141.3 -
System Red Green Blue C M Y K H S L
Decimal 161 157 18 0 0.02 0.89 0.37 58.32 0.8 0.35
Hex A1 9D 12 0 2 59 25 3A 50 23
Octal 241 235 22 0 2 131 45 72 120 43
Binary 10100001 10011101 10010 0 10 1011001 100101 111010 1010000 100011

Color Harmonies of #A19D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19D12

Black with #A19D12

Text Example


Text Example

White with #A19D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19D12; }

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

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

background-color css

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

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

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

border-color css

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

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

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