Html Css Color HEX #A59C01 Lucky

📋 copy color: '#A59C01'

red 165 ◦ green 156 ◦ blue 1

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

Shades of Lucky #A59C01

Tints of Lucky #A59C01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.31%

R = 51.24%
G = 48.45%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A59C01 (or 0xA59C01) is known color: Lucky. HEX triplet: A5, 9C and 01. RGB value is (165,156,1). Sum of RGB (Red+Green+Blue) = 165+156+1=322 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.24% from 322); Green value is 156 (61.33% from 255 or 48.45% from 322); Blue value is 1 (0.78% from 255 or 0.31% from 322); Max value from RGB is 165 - color contains mainly: red. Hex color #A59C01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A59C01 is #5A63FE. Grayscale: #8D8D8D. Windows color (decimal): -5923839 or 105637. OLE color: 105637.

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

Color convert

RGB 165 156 1 -
CMYK 0 0.05 0.99 0.35
HSL 56.71º 0.99% 0.33% -
HSV(B) 56.71º 0.99% 0.65% -
XYZ 27.41 31.78 4.72 -
YUV 141.02 48.98 145.1 -
System Red Green Blue C M Y K H S L
Decimal 165 156 1 0 0.05 0.99 0.35 56.71 0.99 0.33
Hex A5 9C 1 0 5 63 23 39 63 21
Octal 245 234 1 0 5 143 43 71 143 41
Binary 10100101 10011100 1 0 101 1100011 100011 111001 1100011 100001

Color Harmonies of #A59C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59C01

Black with #A59C01

Text Example


Text Example

White with #A59C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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