Html Css Color HEX #A59211 Lucky

📋 copy color: '#A59211'

red 165 ◦ green 146 ◦ blue 17

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

Shades of Lucky #A59211

Tints of Lucky #A59211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.18%

R = 50.3%
G = 44.51%
B = 5.18%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A59211 (or 0xA59211) is known color: Lucky. HEX triplet: A5, 92 and 11. RGB value is (165,146,17). Sum of RGB (Red+Green+Blue) = 165+146+17=328 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.30% from 328); Green value is 146 (57.42% from 255 or 44.51% from 328); Blue value is 17 (7.03% from 255 or 5.18% from 328); Max value from RGB is 165 - color contains mainly: red. Hex color #A59211 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A59211 is #5A6DEE. Grayscale: #898989. Windows color (decimal): -5926383 or 1151653. OLE color: 1151653.

HSL color Cylindrical-coordinate representation of color #A59211: hue angle of 52.3º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A59211 is Cyan = 0, Magento = 0.12, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 146 17 -
CMYK 0 0.12 0.90 0.35
HSL 52.3º 0.81% 0.36% -
HSV(B) 52.3º 0.9% 0.65% -
XYZ 25.9 28.6 4.69 -
YUV 136.98 60.29 147.99 -
System Red Green Blue C M Y K H S L
Decimal 165 146 17 0 0.12 0.90 0.35 52.3 0.81 0.36
Hex A5 92 11 0 C 5A 23 34 51 24
Octal 245 222 21 0 14 132 43 64 121 44
Binary 10100101 10010010 10001 0 1100 1011010 100011 110100 1010001 100100

Color Harmonies of #A59211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59211

Black with #A59211

Text Example


Text Example

White with #A59211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59211; }

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

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

background-color css

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

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

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

border-color css

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

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

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