Html Css Color HEX #A59C1E Lucky

📋 copy color: '#A59C1E'

red 165 ◦ green 156 ◦ blue 30

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

Shades of Lucky #A59C1E

Tints of Lucky #A59C1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.55%

R = 47.01%
G = 44.44%
B = 8.55%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.82

 K value IS 0.35

RGB Variations

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

Color information

#A59C1E (or 0xA59C1E) is known color: Lucky. HEX triplet: A5, 9C and 1E. RGB value is (165,156,30). Sum of RGB (Red+Green+Blue) = 165+156+30=351 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.01% from 351); Green value is 156 (61.33% from 255 or 44.44% from 351); Blue value is 30 (12.11% from 255 or 8.55% from 351); Max value from RGB is 165 - color contains mainly: red. Hex color #A59C1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59C1E is #5A63E1. Grayscale: #909090. Windows color (decimal): -5923810 or 2006181. OLE color: 2006181.

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

Color convert

RGB 165 156 30 -
CMYK 0 0.05 0.82 0.35
HSL 56º 0.69% 0.38% -
HSV(B) 56º 0.82% 0.65% -
XYZ 27.64 31.87 5.92 -
YUV 144.33 63.48 142.75 -
System Red Green Blue C M Y K H S L
Decimal 165 156 30 0 0.05 0.82 0.35 56 0.69 0.38
Hex A5 9C 1E 0 5 52 23 38 45 26
Octal 245 234 36 0 5 122 43 70 105 46
Binary 10100101 10011100 11110 0 101 1010010 100011 111000 1000101 100110

Color Harmonies of #A59C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59C1E

Black with #A59C1E

Text Example


Text Example

White with #A59C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59C1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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