Html Css Color HEX #A59112 Lucky

📋 copy color: '#A59112'

red 165 ◦ green 145 ◦ blue 18

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

Shades of Lucky #A59112

Tints of Lucky #A59112

RGB

 RED value IS 165 (64.84% from 255) = 50.3%

 GREEN value IS 145 (57.03% from 255) = 44.21%

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

R = 50.3%
G = 44.21%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A59112 (or 0xA59112) is known color: Lucky. HEX triplet: A5, 91 and 12. RGB value is (165,145,18). Sum of RGB (Red+Green+Blue) = 165+145+18=328 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.30% from 328); Green value is 145 (57.03% from 255 or 44.21% from 328); Blue value is 18 (7.42% from 255 or 5.49% from 328); Max value from RGB is 165 - color contains mainly: red. Hex color #A59112 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A59112 is #5A6EED. Grayscale: #898989. Windows color (decimal): -5926638 or 1216933. OLE color: 1216933.

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

Color convert

RGB 165 145 18 -
CMYK 0 0.12 0.89 0.35
HSL 51.84º 0.8% 0.36% -
HSV(B) 51.84º 0.89% 0.65% -
XYZ 25.75 28.29 4.68 -
YUV 136.5 61.13 148.33 -
System Red Green Blue C M Y K H S L
Decimal 165 145 18 0 0.12 0.89 0.35 51.84 0.8 0.36
Hex A5 91 12 0 C 59 23 34 50 24
Octal 245 221 22 0 14 131 43 64 120 44
Binary 10100101 10010001 10010 0 1100 1011001 100011 110100 1010000 100100

Color Harmonies of #A59112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59112

Black with #A59112

Text Example


Text Example

White with #A59112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59112; }

 p { color: rgb(165,145,18); }

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

background-color css

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

 a { background-color: rgb(165,145,18); }

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

border-color css

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

 span { border-color: rgb(165,145,18); }

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