Html Css Color HEX #A59418 Lucky

📋 copy color: '#A59418'

red 165 ◦ green 148 ◦ blue 24

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

Shades of Lucky #A59418

Tints of Lucky #A59418

RGB

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

 GREEN value IS 148 (58.2% from 255) = 43.92%

 BLUE value IS 24 (9.77% from 255) = 7.12%

R = 48.96%
G = 43.92%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.85

 K value IS 0.35

RGB Variations

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

Color information

#A59418 (or 0xA59418) is known color: Lucky. HEX triplet: A5, 94 and 18. RGB value is (165,148,24). Sum of RGB (Red+Green+Blue) = 165+148+24=337 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.96% from 337); Green value is 148 (58.20% from 255 or 43.92% from 337); Blue value is 24 (9.77% from 255 or 7.12% from 337); Max value from RGB is 165 - color contains mainly: red. Hex color #A59418 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A59418 is #5A6BE7. Grayscale: #8B8B8B. Windows color (decimal): -5925864 or 1610917. OLE color: 1610917.

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

Color convert

RGB 165 148 24 -
CMYK 0 0.10 0.85 0.35
HSL 52.77º 0.75% 0.37% -
HSV(B) 52.77º 0.85% 0.65% -
XYZ 26.27 29.25 5.12 -
YUV 138.95 63.13 146.58 -
System Red Green Blue C M Y K H S L
Decimal 165 148 24 0 0.10 0.85 0.35 52.77 0.75 0.37
Hex A5 94 18 0 A 55 23 35 4B 25
Octal 245 224 30 0 12 125 43 65 113 45
Binary 10100101 10010100 11000 0 1010 1010101 100011 110101 1001011 100101

Color Harmonies of #A59418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59418

Black with #A59418

Text Example


Text Example

White with #A59418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59418; }

 p { color: rgb(165,148,24); }

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

background-color css

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

 a { background-color: rgb(165,148,24); }

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

border-color css

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

 span { border-color: rgb(165,148,24); }

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