Html Css Color HEX #A59016 Lucky

📋 copy color: '#A59016'

red 165 ◦ green 144 ◦ blue 22

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

Shades of Lucky #A59016

Tints of Lucky #A59016

RGB

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

 GREEN value IS 144 (56.64% from 255) = 43.5%

 BLUE value IS 22 (8.98% from 255) = 6.65%

R = 49.85%
G = 43.5%
B = 6.65%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A59016 (or 0xA59016) is known color: Lucky. HEX triplet: A5, 90 and 16. RGB value is (165,144,22). Sum of RGB (Red+Green+Blue) = 165+144+22=331 (43% of max value = 765). Red value is 165 (64.84% from 255 or 49.85% from 331); Green value is 144 (56.64% from 255 or 43.50% from 331); Blue value is 22 (8.98% from 255 or 6.65% from 331); Max value from RGB is 165 - color contains mainly: red. Hex color #A59016 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A59016 is #5A6FE9. Grayscale: #888888. Windows color (decimal): -5926890 or 1478821. OLE color: 1478821.

HSL color Cylindrical-coordinate representation of color #A59016: hue angle of 51.19º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A59016 is Cyan = 0, Magento = 0.13, Yellow = 0.87 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 144 22 -
CMYK 0 0.13 0.87 0.35
HSL 51.19º 0.76% 0.37% -
HSV(B) 51.19º 0.87% 0.65% -
XYZ 25.64 28 4.81 -
YUV 136.37 63.46 148.42 -
System Red Green Blue C M Y K H S L
Decimal 165 144 22 0 0.13 0.87 0.35 51.19 0.76 0.37
Hex A5 90 16 0 D 57 23 33 4C 25
Octal 245 220 26 0 15 127 43 63 114 45
Binary 10100101 10010000 10110 0 1101 1010111 100011 110011 1001100 100101

Color Harmonies of #A59016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59016

Black with #A59016

Text Example


Text Example

White with #A59016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59016; }

 p { color: rgb(165,144,22); }

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

background-color css

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

 a { background-color: rgb(165,144,22); }

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

border-color css

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

 span { border-color: rgb(165,144,22); }

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