Html Css Color HEX #A59C00 Lucky

📋 copy color: '#A59C00'

red 165 ◦ green 156 ◦ blue 0

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

Shades of Lucky #A59C00

Tints of Lucky #A59C00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 51.4%
G = 48.6%
B = 0%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#A59C00 (or 0xA59C00) is known color: Lucky. HEX triplet: A5, 9C and 00. RGB value is (165,156,0). Sum of RGB (Red+Green+Blue) = 165+156+0=321 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.40% from 321); Green value is 156 (61.33% from 255 or 48.60% from 321); Blue value is 0 (0.39% from 255 or 0% from 321); Max value from RGB is 165 - color contains mainly: red. Hex color #A59C00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A59C00 is #5A63FF. Grayscale: #8D8D8D. Windows color (decimal): -5923840 or 40101. OLE color: 40101.

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

Color convert

RGB 165 156 0 -
CMYK 0 0.05 1 0.35
HSL 56.73º 1% 0.32% -
HSV(B) 56.73º 1% 0.65% -
XYZ 27.41 31.78 4.69 -
YUV 140.91 48.48 145.18 -
System Red Green Blue C M Y K H S L
Decimal 165 156 0 0 0.05 1 0.35 56.73 1 0.32
Hex A5 9C 0 0 5 64 23 39 64 20
Octal 245 234 0 0 5 144 43 71 144 40
Binary 10100101 10011100 0 0 101 1100100 100011 111001 1100100 100000

Color Harmonies of #A59C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59C00

Black with #A59C00

Text Example


Text Example

White with #A59C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59C00; }

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

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

background-color css

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

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

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

border-color css

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

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

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