Html Css Color HEX #A59210 Lucky

📋 copy color: '#A59210'

red 165 ◦ green 146 ◦ blue 16

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

Shades of Lucky #A59210

Tints of Lucky #A59210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.89%

R = 50.46%
G = 44.65%
B = 4.89%

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

#A59210 (or 0xA59210) is known color: Lucky. HEX triplet: A5, 92 and 10. RGB value is (165,146,16). Sum of RGB (Red+Green+Blue) = 165+146+16=327 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.46% from 327); Green value is 146 (57.42% from 255 or 44.65% from 327); Blue value is 16 (6.64% from 255 or 4.89% from 327); Max value from RGB is 165 - color contains mainly: red. Hex color #A59210 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A59210 is #5A6DEF. Grayscale: #898989. Windows color (decimal): -5926384 or 1086117. OLE color: 1086117.

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

Color convert

RGB 165 146 16 -
CMYK 0 0.12 0.90 0.35
HSL 52.35º 0.82% 0.35% -
HSV(B) 52.35º 0.9% 0.65% -
XYZ 25.89 28.59 4.64 -
YUV 136.86 59.79 148.07 -
System Red Green Blue C M Y K H S L
Decimal 165 146 16 0 0.12 0.90 0.35 52.35 0.82 0.35
Hex A5 92 10 0 C 5A 23 34 52 23
Octal 245 222 20 0 14 132 43 64 122 43
Binary 10100101 10010010 10000 0 1100 1011010 100011 110100 1010010 100011

Color Harmonies of #A59210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59210

Black with #A59210

Text Example


Text Example

White with #A59210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59210; }

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

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

background-color css

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

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

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

border-color css

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

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

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