Html Css Color HEX #A19312 Lucky

📋 copy color: '#A19312'

red 161 ◦ green 147 ◦ blue 18

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

Shades of Lucky #A19312

Tints of Lucky #A19312

RGB

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

 GREEN value IS 147 (57.81% from 255) = 45.09%

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

R = 49.39%
G = 45.09%
B = 5.52%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A19312 (or 0xA19312) is known color: Lucky. HEX triplet: A1, 93 and 12. RGB value is (161,147,18). Sum of RGB (Red+Green+Blue) = 161+147+18=326 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.39% from 326); Green value is 147 (57.81% from 255 or 45.09% from 326); Blue value is 18 (7.42% from 255 or 5.52% from 326); Max value from RGB is 161 - color contains mainly: red. Hex color #A19312 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A19312 is #5E6CED. Grayscale: #898989. Windows color (decimal): -6188270 or 1217441. OLE color: 1217441.

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

Color convert

RGB 161 147 18 -
CMYK 0 0.09 0.89 0.37
HSL 54.13º 0.8% 0.35% -
HSV(B) 54.13º 0.89% 0.63% -
XYZ 25.24 28.49 4.74 -
YUV 136.48 61.14 145.49 -
System Red Green Blue C M Y K H S L
Decimal 161 147 18 0 0.09 0.89 0.37 54.13 0.8 0.35
Hex A1 93 12 0 9 59 25 36 50 23
Octal 241 223 22 0 11 131 45 66 120 43
Binary 10100001 10010011 10010 0 1001 1011001 100101 110110 1010000 100011

Color Harmonies of #A19312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19312

Black with #A19312

Text Example


Text Example

White with #A19312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19312; }

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

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

background-color css

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

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

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

border-color css

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

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

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