Html Css Color HEX #A59010 Lucky

📋 copy color: '#A59010'

red 165 ◦ green 144 ◦ blue 16

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

Shades of Lucky #A59010

Tints of Lucky #A59010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.92%

R = 50.77%
G = 44.31%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A59010 (or 0xA59010) is known color: Lucky. HEX triplet: A5, 90 and 10. RGB value is (165,144,16). Sum of RGB (Red+Green+Blue) = 165+144+16=325 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.77% from 325); Green value is 144 (56.64% from 255 or 44.31% from 325); Blue value is 16 (6.64% from 255 or 4.92% from 325); Max value from RGB is 165 - color contains mainly: red. Hex color #A59010 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A59010 is #5A6FEF. Grayscale: #888888. Windows color (decimal): -5926896 or 1085605. OLE color: 1085605.

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

Color convert

RGB 165 144 16 -
CMYK 0 0.13 0.90 0.35
HSL 51.54º 0.82% 0.35% -
HSV(B) 51.54º 0.9% 0.65% -
XYZ 25.58 27.98 4.54 -
YUV 135.69 60.46 148.91 -
System Red Green Blue C M Y K H S L
Decimal 165 144 16 0 0.13 0.90 0.35 51.54 0.82 0.35
Hex A5 90 10 0 D 5A 23 34 52 23
Octal 245 220 20 0 15 132 43 64 122 43
Binary 10100101 10010000 10000 0 1101 1011010 100011 110100 1010010 100011

Color Harmonies of #A59010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59010

Black with #A59010

Text Example


Text Example

White with #A59010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59010; }

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

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

background-color css

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

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

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

border-color css

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

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

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