Html Css Color HEX #A59614 Lucky

📋 copy color: '#A59614'

red 165 ◦ green 150 ◦ blue 20

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

Shades of Lucky #A59614

Tints of Lucky #A59614

RGB

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

 GREEN value IS 150 (58.98% from 255) = 44.78%

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

R = 49.25%
G = 44.78%
B = 5.97%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#A59614 (or 0xA59614) is known color: Lucky. HEX triplet: A5, 96 and 14. RGB value is (165,150,20). Sum of RGB (Red+Green+Blue) = 165+150+20=335 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.25% from 335); Green value is 150 (58.98% from 255 or 44.78% from 335); Blue value is 20 (8.20% from 255 or 5.97% from 335); Max value from RGB is 165 - color contains mainly: red. Hex color #A59614 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A59614 is #5A69EB. Grayscale: #8C8C8C. Windows color (decimal): -5925356 or 1349285. OLE color: 1349285.

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

Color convert

RGB 165 150 20 -
CMYK 0 0.09 0.88 0.35
HSL 53.79º 0.78% 0.36% -
HSV(B) 53.79º 0.88% 0.65% -
XYZ 26.55 29.86 5.03 -
YUV 139.67 60.47 146.07 -
System Red Green Blue C M Y K H S L
Decimal 165 150 20 0 0.09 0.88 0.35 53.79 0.78 0.36
Hex A5 96 14 0 9 58 23 36 4E 24
Octal 245 226 24 0 11 130 43 66 116 44
Binary 10100101 10010110 10100 0 1001 1011000 100011 110110 1001110 100100

Color Harmonies of #A59614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59614

Black with #A59614

Text Example


Text Example

White with #A59614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59614; }

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

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

background-color css

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

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

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

border-color css

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

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

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