Html Css Color HEX #A59C1C Lucky

📋 copy color: '#A59C1C'

red 165 ◦ green 156 ◦ blue 28

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

Shades of Lucky #A59C1C

Tints of Lucky #A59C1C

RGB

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

 GREEN value IS 156 (61.33% from 255) = 44.7%

 BLUE value IS 28 (11.33% from 255) = 8.02%

R = 47.28%
G = 44.7%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.83

 K value IS 0.35

RGB Variations

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

Color information

#A59C1C (or 0xA59C1C) is known color: Lucky. HEX triplet: A5, 9C and 1C. RGB value is (165,156,28). Sum of RGB (Red+Green+Blue) = 165+156+28=349 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.28% from 349); Green value is 156 (61.33% from 255 or 44.70% from 349); Blue value is 28 (11.33% from 255 or 8.02% from 349); Max value from RGB is 165 - color contains mainly: red. Hex color #A59C1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59C1C is #5A63E3. Grayscale: #909090. Windows color (decimal): -5923812 or 1875109. OLE color: 1875109.

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

Color convert

RGB 165 156 28 -
CMYK 0 0.05 0.83 0.35
HSL 56.06º 0.71% 0.38% -
HSV(B) 56.06º 0.83% 0.65% -
XYZ 27.62 31.86 5.79 -
YUV 144.1 62.48 142.91 -
System Red Green Blue C M Y K H S L
Decimal 165 156 28 0 0.05 0.83 0.35 56.06 0.71 0.38
Hex A5 9C 1C 0 5 53 23 38 47 26
Octal 245 234 34 0 5 123 43 70 107 46
Binary 10100101 10011100 11100 0 101 1010011 100011 111000 1000111 100110

Color Harmonies of #A59C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59C1C

Black with #A59C1C

Text Example


Text Example

White with #A59C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59C1C; }

 p { color: rgb(165,156,28); }

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

background-color css

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

 a { background-color: rgb(165,156,28); }

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

border-color css

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

 span { border-color: rgb(165,156,28); }

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