Html Css Color HEX #A59014 Lucky

📋 copy color: '#A59014'

red 165 ◦ green 144 ◦ blue 20

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

Shades of Lucky #A59014

Tints of Lucky #A59014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.08%

R = 50.15%
G = 43.77%
B = 6.08%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#A59014 (or 0xA59014) is known color: Lucky. HEX triplet: A5, 90 and 14. RGB value is (165,144,20). Sum of RGB (Red+Green+Blue) = 165+144+20=329 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.15% from 329); Green value is 144 (56.64% from 255 or 43.77% from 329); Blue value is 20 (8.20% from 255 or 6.08% from 329); Max value from RGB is 165 - color contains mainly: red. Hex color #A59014 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A59014 is #5A6FEB. Grayscale: #888888. Windows color (decimal): -5926892 or 1347749. OLE color: 1347749.

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

Color convert

RGB 165 144 20 -
CMYK 0 0.13 0.88 0.35
HSL 51.31º 0.78% 0.36% -
HSV(B) 51.31º 0.88% 0.65% -
XYZ 25.62 28 4.72 -
YUV 136.14 62.46 148.58 -
System Red Green Blue C M Y K H S L
Decimal 165 144 20 0 0.13 0.88 0.35 51.31 0.78 0.36
Hex A5 90 14 0 D 58 23 33 4E 24
Octal 245 220 24 0 15 130 43 63 116 44
Binary 10100101 10010000 10100 0 1101 1011000 100011 110011 1001110 100100

Color Harmonies of #A59014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59014

Black with #A59014

Text Example


Text Example

White with #A59014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59014; }

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

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

background-color css

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

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

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

border-color css

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

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

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