Html Css Color HEX #A59F00 Lucky

📋 copy color: '#A59F00'

red 165 ◦ green 159 ◦ blue 0

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

Shades of Lucky #A59F00

Tints of Lucky #A59F00

RGB

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

 GREEN value IS 159 (62.5% from 255) = 49.07%

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

R = 50.93%
G = 49.07%
B = 0%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#A59F00 (or 0xA59F00) is known color: Lucky. HEX triplet: A5, 9F and 00. RGB value is (165,159,0). Sum of RGB (Red+Green+Blue) = 165+159+0=324 (42% of max value = 765). Red value is 165 (64.84% from 255 or 50.93% from 324); Green value is 159 (62.5% from 255 or 49.07% from 324); Blue value is 0 (0.39% from 255 or 0% from 324); Max value from RGB is 165 - color contains mainly: red. Hex color #A59F00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A59F00 is #5A60FF. Grayscale: #8F8F8F. Windows color (decimal): -5923072 or 40869. OLE color: 40869.

HSL color Cylindrical-coordinate representation of color #A59F00: hue angle of 57.82º 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 #A59F00 is Cyan = 0, Magento = 0.04, Yellow = 1 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 159 0 -
CMYK 0 0.04 1 0.35
HSL 57.82º 1% 0.32% -
HSV(B) 57.82º 1% 0.65% -
XYZ 27.92 32.8 4.86 -
YUV 142.67 47.49 143.93 -
System Red Green Blue C M Y K H S L
Decimal 165 159 0 0 0.04 1 0.35 57.82 1 0.32
Hex A5 9F 0 0 4 64 23 3A 64 20
Octal 245 237 0 0 4 144 43 72 144 40
Binary 10100101 10011111 0 0 100 1100100 100011 111010 1100100 100000

Color Harmonies of #A59F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59F00

Black with #A59F00

Text Example


Text Example

White with #A59F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59F00; }

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

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

background-color css

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

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

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

border-color css

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

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

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