Html Css Color HEX #A59D1F Lucky

📋 copy color: '#A59D1F'

red 165 ◦ green 157 ◦ blue 31

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

Shades of Lucky #A59D1F

Tints of Lucky #A59D1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.78%

R = 46.74%
G = 44.48%
B = 8.78%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A59D1F (or 0xA59D1F) is known color: Lucky. HEX triplet: A5, 9D and 1F. RGB value is (165,157,31). Sum of RGB (Red+Green+Blue) = 165+157+31=353 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.74% from 353); Green value is 157 (61.72% from 255 or 44.48% from 353); Blue value is 31 (12.5% from 255 or 8.78% from 353); Max value from RGB is 165 - color contains mainly: red. Hex color #A59D1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59D1F is #5A62E0. Grayscale: #919191. Windows color (decimal): -5923553 or 2071973. OLE color: 2071973.

HSL color Cylindrical-coordinate representation of color #A59D1F: hue angle of 56.42º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A59D1F is Cyan = 0, Magento = 0.05, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 157 31 -
CMYK 0 0.05 0.81 0.35
HSL 56.42º 0.68% 0.38% -
HSV(B) 56.42º 0.81% 0.65% -
XYZ 27.82 32.21 6.05 -
YUV 145.03 63.65 142.25 -
System Red Green Blue C M Y K H S L
Decimal 165 157 31 0 0.05 0.81 0.35 56.42 0.68 0.38
Hex A5 9D 1F 0 5 51 23 38 44 26
Octal 245 235 37 0 5 121 43 70 104 46
Binary 10100101 10011101 11111 0 101 1010001 100011 111000 1000100 100110

Color Harmonies of #A59D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59D1F

Black with #A59D1F

Text Example


Text Example

White with #A59D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59D1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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