Html Css Color HEX #A59501 Lucky

📋 copy color: '#A59501'

red 165 ◦ green 149 ◦ blue 1

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

Shades of Lucky #A59501

Tints of Lucky #A59501

RGB

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

 GREEN value IS 149 (58.59% from 255) = 47.3%

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

R = 52.38%
G = 47.3%
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

#A59501 (or 0xA59501) is known color: Lucky. HEX triplet: A5, 95 and 01. RGB value is (165,149,1). Sum of RGB (Red+Green+Blue) = 165+149+1=315 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.38% from 315); Green value is 149 (58.59% from 255 or 47.30% from 315); Blue value is 1 (0.78% from 255 or 0.32% from 315); Max value from RGB is 165 - color contains mainly: red. Hex color #A59501 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A59501 is #5A6AFE. Grayscale: #898989. Windows color (decimal): -5925631 or 103845. OLE color: 103845.

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

Color convert

RGB 165 149 1 -
CMYK 0 0.10 0.99 0.35
HSL 54.15º 0.99% 0.33% -
HSV(B) 54.15º 0.99% 0.65% -
XYZ 26.27 29.5 4.34 -
YUV 136.91 51.3 148.03 -
System Red Green Blue C M Y K H S L
Decimal 165 149 1 0 0.10 0.99 0.35 54.15 0.99 0.33
Hex A5 95 1 0 A 63 23 36 63 21
Octal 245 225 1 0 12 143 43 66 143 41
Binary 10100101 10010101 1 0 1010 1100011 100011 110110 1100011 100001

Color Harmonies of #A59501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59501

Black with #A59501

Text Example


Text Example

White with #A59501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59501; }

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

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

background-color css

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

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

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

border-color css

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

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

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