Html Css Color HEX #A59C0C Lucky

📋 copy color: '#A59C0C'

red 165 ◦ green 156 ◦ blue 12

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

Shades of Lucky #A59C0C

Tints of Lucky #A59C0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.6%

R = 49.55%
G = 46.85%
B = 3.6%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#A59C0C (or 0xA59C0C) is known color: Lucky. HEX triplet: A5, 9C and 0C. RGB value is (165,156,12). Sum of RGB (Red+Green+Blue) = 165+156+12=333 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.55% from 333); Green value is 156 (61.33% from 255 or 46.85% from 333); Blue value is 12 (5.08% from 255 or 3.60% from 333); Max value from RGB is 165 - color contains mainly: red. Hex color #A59C0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A59C0C is #5A63F3. Grayscale: #8E8E8E. Windows color (decimal): -5923828 or 826533. OLE color: 826533.

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

Color convert

RGB 165 156 12 -
CMYK 0 0.05 0.93 0.35
HSL 56.47º 0.86% 0.35% -
HSV(B) 56.47º 0.93% 0.65% -
XYZ 27.47 31.8 5.04 -
YUV 142.28 54.48 144.21 -
System Red Green Blue C M Y K H S L
Decimal 165 156 12 0 0.05 0.93 0.35 56.47 0.86 0.35
Hex A5 9C C 0 5 5D 23 38 56 23
Octal 245 234 14 0 5 135 43 70 126 43
Binary 10100101 10011100 1100 0 101 1011101 100011 111000 1010110 100011

Color Harmonies of #A59C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59C0C

Black with #A59C0C

Text Example


Text Example

White with #A59C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59C0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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