Html Css Color HEX #A59F2D Lucky

📋 copy color: '#A59F2D'

red 165 ◦ green 159 ◦ blue 45

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

Shades of Lucky #A59F2D

Tints of Lucky #A59F2D

RGB

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

 GREEN value IS 159 (62.5% from 255) = 43.09%

 BLUE value IS 45 (17.97% from 255) = 12.2%

R = 44.72%
G = 43.09%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A59F2D (or 0xA59F2D) is known color: Lucky. HEX triplet: A5, 9F and 2D. RGB value is (165,159,45). Sum of RGB (Red+Green+Blue) = 165+159+45=369 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.72% from 369); Green value is 159 (62.5% from 255 or 43.09% from 369); Blue value is 45 (17.97% from 255 or 12.20% from 369); Max value from RGB is 165 - color contains mainly: red. Hex color #A59F2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59F2D is #5A60D2. Grayscale: #949494. Windows color (decimal): -5923027 or 2989989. OLE color: 2989989.

HSL color Cylindrical-coordinate representation of color #A59F2D: hue angle of 57º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A59F2D is Cyan = 0, Magento = 0.04, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 159 45 -
CMYK 0 0.04 0.73 0.35
HSL 57º 0.57% 0.41% -
HSV(B) 57º 0.73% 0.65% -
XYZ 28.39 32.99 7.35 -
YUV 147.8 69.99 140.27 -
System Red Green Blue C M Y K H S L
Decimal 165 159 45 0 0.04 0.73 0.35 57 0.57 0.41
Hex A5 9F 2D 0 4 49 23 39 39 29
Octal 245 237 55 0 4 111 43 71 71 51
Binary 10100101 10011111 101101 0 100 1001001 100011 111001 111001 101001

Color Harmonies of #A59F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59F2D

Black with #A59F2D

Text Example


Text Example

White with #A59F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59F2D; }

 p { color: rgb(165,159,45); }

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

background-color css

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

 a { background-color: rgb(165,159,45); }

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

border-color css

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

 span { border-color: rgb(165,159,45); }

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