Html Css Color HEX #A59D2D Lucky

📋 copy color: '#A59D2D'

red 165 ◦ green 157 ◦ blue 45

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

Shades of Lucky #A59D2D

Tints of Lucky #A59D2D

RGB

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

 GREEN value IS 157 (61.72% from 255) = 42.78%

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

R = 44.96%
G = 42.78%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A59D2D (or 0xA59D2D) is known color: Lucky. HEX triplet: A5, 9D and 2D. RGB value is (165,157,45). Sum of RGB (Red+Green+Blue) = 165+157+45=367 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.96% from 367); Green value is 157 (61.72% from 255 or 42.78% from 367); Blue value is 45 (17.97% from 255 or 12.26% from 367); Max value from RGB is 165 - color contains mainly: red. Hex color #A59D2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59D2D is #5A62D2. Grayscale: #939393. Windows color (decimal): -5923539 or 2989477. OLE color: 2989477.

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

Color convert

RGB 165 157 45 -
CMYK 0 0.05 0.73 0.35
HSL 56º 0.57% 0.41% -
HSV(B) 56º 0.73% 0.65% -
XYZ 28.05 32.3 7.24 -
YUV 146.62 70.65 141.11 -
System Red Green Blue C M Y K H S L
Decimal 165 157 45 0 0.05 0.73 0.35 56 0.57 0.41
Hex A5 9D 2D 0 5 49 23 38 39 29
Octal 245 235 55 0 5 111 43 70 71 51
Binary 10100101 10011101 101101 0 101 1001001 100011 111000 111001 101001

Color Harmonies of #A59D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59D2D

Black with #A59D2D

Text Example


Text Example

White with #A59D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59D2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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