Html Css Color HEX #A59400 Lucky

📋 copy color: '#A59400'

red 165 ◦ green 148 ◦ blue 0

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

Shades of Lucky #A59400

Tints of Lucky #A59400

RGB

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

 GREEN value IS 148 (58.2% from 255) = 47.28%

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

R = 52.72%
G = 47.28%
B = 0%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#A59400 (or 0xA59400) is known color: Lucky. HEX triplet: A5, 94 and 00. RGB value is (165,148,0). Sum of RGB (Red+Green+Blue) = 165+148+0=313 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.72% from 313); Green value is 148 (58.20% from 255 or 47.28% from 313); Blue value is 0 (0.39% from 255 or 0% from 313); Max value from RGB is 165 - color contains mainly: red. Hex color #A59400 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A59400 is #5A6BFF. Grayscale: #888888. Windows color (decimal): -5925888 or 38053. OLE color: 38053.

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

Color convert

RGB 165 148 0 -
CMYK 0 0.10 1 0.35
HSL 53.82º 1% 0.32% -
HSV(B) 53.82º 1% 0.65% -
XYZ 26.11 29.18 4.26 -
YUV 136.21 51.13 148.53 -
System Red Green Blue C M Y K H S L
Decimal 165 148 0 0 0.10 1 0.35 53.82 1 0.32
Hex A5 94 0 0 A 64 23 36 64 20
Octal 245 224 0 0 12 144 43 66 144 40
Binary 10100101 10010100 0 0 1010 1100100 100011 110110 1100100 100000

Color Harmonies of #A59400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59400

Black with #A59400

Text Example


Text Example

White with #A59400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59400; }

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

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

background-color css

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

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

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

border-color css

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

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

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