Html Css Color HEX #A59205 Lucky

📋 copy color: '#A59205'

red 165 ◦ green 146 ◦ blue 5

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

Shades of Lucky #A59205

Tints of Lucky #A59205

RGB

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

 GREEN value IS 146 (57.42% from 255) = 46.2%

 BLUE value IS 5 (2.34% from 255) = 1.58%

R = 52.22%
G = 46.2%
B = 1.58%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.97

 K value IS 0.35

RGB Variations

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

Color information

#A59205 (or 0xA59205) is known color: Lucky. HEX triplet: A5, 92 and 05. RGB value is (165,146,5). Sum of RGB (Red+Green+Blue) = 165+146+5=316 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.22% from 316); Green value is 146 (57.42% from 255 or 46.20% from 316); Blue value is 5 (2.34% from 255 or 1.58% from 316); Max value from RGB is 165 - color contains mainly: red. Hex color #A59205 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A59205 is #5A6DFA. Grayscale: #888888. Windows color (decimal): -5926395 or 365221. OLE color: 365221.

HSL color Cylindrical-coordinate representation of color #A59205: hue angle of 52.88º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A59205 is Cyan = 0, Magento = 0.12, Yellow = 0.97 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 146 5 -
CMYK 0 0.12 0.97 0.35
HSL 52.88º 0.94% 0.33% -
HSV(B) 52.88º 0.97% 0.65% -
XYZ 25.82 28.57 4.3 -
YUV 135.61 54.29 148.96 -
System Red Green Blue C M Y K H S L
Decimal 165 146 5 0 0.12 0.97 0.35 52.88 0.94 0.33
Hex A5 92 5 0 C 61 23 35 5E 21
Octal 245 222 5 0 14 141 43 65 136 41
Binary 10100101 10010010 101 0 1100 1100001 100011 110101 1011110 100001

Color Harmonies of #A59205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59205

Black with #A59205

Text Example


Text Example

White with #A59205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59205; }

 p { color: rgb(165,146,5); }

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

background-color css

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

 a { background-color: rgb(165,146,5); }

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

border-color css

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

 span { border-color: rgb(165,146,5); }

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