Html Css Color HEX #A59401 Lucky

📋 copy color: '#A59401'

red 165 ◦ green 148 ◦ blue 1

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

Shades of Lucky #A59401

Tints of Lucky #A59401

RGB

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

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

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

R = 52.55%
G = 47.13%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A59401 (or 0xA59401) is known color: Lucky. HEX triplet: A5, 94 and 01. RGB value is (165,148,1). Sum of RGB (Red+Green+Blue) = 165+148+1=314 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.55% from 314); Green value is 148 (58.20% from 255 or 47.13% from 314); Blue value is 1 (0.78% from 255 or 0.32% from 314); Max value from RGB is 165 - color contains mainly: red. Hex color #A59401 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A59401 is #5A6BFE. Grayscale: #888888. Windows color (decimal): -5925887 or 103589. OLE color: 103589.

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

Color convert

RGB 165 148 1 -
CMYK 0 0.10 0.99 0.35
HSL 53.78º 0.99% 0.33% -
HSV(B) 53.78º 0.99% 0.65% -
XYZ 26.11 29.18 4.29 -
YUV 136.33 51.63 148.45 -
System Red Green Blue C M Y K H S L
Decimal 165 148 1 0 0.10 0.99 0.35 53.78 0.99 0.33
Hex A5 94 1 0 A 63 23 36 63 21
Octal 245 224 1 0 12 143 43 66 143 41
Binary 10100101 10010100 1 0 1010 1100011 100011 110110 1100011 100001

Color Harmonies of #A59401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59401

Black with #A59401

Text Example


Text Example

White with #A59401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59401; }

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

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

background-color css

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

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

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

border-color css

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

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

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