Html Css Color HEX #A59618 Lucky

📋 copy color: '#A59618'

red 165 ◦ green 150 ◦ blue 24

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

Shades of Lucky #A59618

Tints of Lucky #A59618

RGB

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

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

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

R = 48.67%
G = 44.25%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.85

 K value IS 0.35

RGB Variations

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

Color information

#A59618 (or 0xA59618) is known color: Lucky. HEX triplet: A5, 96 and 18. RGB value is (165,150,24). Sum of RGB (Red+Green+Blue) = 165+150+24=339 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.67% from 339); Green value is 150 (58.98% from 255 or 44.25% from 339); Blue value is 24 (9.77% from 255 or 7.08% from 339); Max value from RGB is 165 - color contains mainly: red. Hex color #A59618 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A59618 is #5A69E7. Grayscale: #8C8C8C. Windows color (decimal): -5925352 or 1611429. OLE color: 1611429.

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

Color convert

RGB 165 150 24 -
CMYK 0 0.09 0.85 0.35
HSL 53.62º 0.75% 0.37% -
HSV(B) 53.62º 0.85% 0.65% -
XYZ 26.59 29.88 5.23 -
YUV 140.12 62.47 145.75 -
System Red Green Blue C M Y K H S L
Decimal 165 150 24 0 0.09 0.85 0.35 53.62 0.75 0.37
Hex A5 96 18 0 9 55 23 36 4B 25
Octal 245 226 30 0 11 125 43 66 113 45
Binary 10100101 10010110 11000 0 1001 1010101 100011 110110 1001011 100101

Color Harmonies of #A59618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59618

Black with #A59618

Text Example


Text Example

White with #A59618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59618; }

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

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

background-color css

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

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

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

border-color css

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

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

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