Html Css Color HEX #A59814 Lucky

📋 copy color: '#A59814'

red 165 ◦ green 152 ◦ blue 20

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

Shades of Lucky #A59814

Tints of Lucky #A59814

RGB

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

 GREEN value IS 152 (59.77% from 255) = 45.1%

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

R = 48.96%
G = 45.1%
B = 5.93%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#A59814 (or 0xA59814) is known color: Lucky. HEX triplet: A5, 98 and 14. RGB value is (165,152,20). Sum of RGB (Red+Green+Blue) = 165+152+20=337 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.96% from 337); Green value is 152 (59.77% from 255 or 45.10% from 337); Blue value is 20 (8.20% from 255 or 5.93% from 337); Max value from RGB is 165 - color contains mainly: red. Hex color #A59814 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A59814 is #5A67EB. Grayscale: #8D8D8D. Windows color (decimal): -5924844 or 1349797. OLE color: 1349797.

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

Color convert

RGB 165 152 20 -
CMYK 0 0.08 0.88 0.35
HSL 54.62º 0.78% 0.36% -
HSV(B) 54.62º 0.88% 0.65% -
XYZ 26.87 30.51 5.13 -
YUV 140.84 59.81 145.23 -
System Red Green Blue C M Y K H S L
Decimal 165 152 20 0 0.08 0.88 0.35 54.62 0.78 0.36
Hex A5 98 14 0 8 58 23 37 4E 24
Octal 245 230 24 0 10 130 43 67 116 44
Binary 10100101 10011000 10100 0 1000 1011000 100011 110111 1001110 100100

Color Harmonies of #A59814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59814

Black with #A59814

Text Example


Text Example

White with #A59814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59814; }

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

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

background-color css

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

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

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

border-color css

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

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

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