Html Css Color HEX #A58A10 Lucky

📋 copy color: '#A58A10'

red 165 ◦ green 138 ◦ blue 16

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

Shades of Lucky #A58A10

Tints of Lucky #A58A10

RGB

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

 GREEN value IS 138 (54.3% from 255) = 43.26%

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

R = 51.72%
G = 43.26%
B = 5.02%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A58A10 (or 0xA58A10) is known color: Lucky. HEX triplet: A5, 8A and 10. RGB value is (165,138,16). Sum of RGB (Red+Green+Blue) = 165+138+16=319 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.72% from 319); Green value is 138 (54.30% from 255 or 43.26% from 319); Blue value is 16 (6.64% from 255 or 5.02% from 319); Max value from RGB is 165 - color contains mainly: red. Hex color #A58A10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A58A10 is #5A75EF. Grayscale: #848484. Windows color (decimal): -5928432 or 1084069. OLE color: 1084069.

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

Color convert

RGB 165 138 16 -
CMYK 0 0.16 0.90 0.35
HSL 49.13º 0.82% 0.35% -
HSV(B) 49.13º 0.9% 0.65% -
XYZ 24.7 26.21 4.25 -
YUV 132.17 62.45 151.42 -
System Red Green Blue C M Y K H S L
Decimal 165 138 16 0 0.16 0.90 0.35 49.13 0.82 0.35
Hex A5 8A 10 0 10 5A 23 31 52 23
Octal 245 212 20 0 20 132 43 61 122 43
Binary 10100101 10001010 10000 0 10000 1011010 100011 110001 1010010 100011

Color Harmonies of #A58A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58A10

Black with #A58A10

Text Example


Text Example

White with #A58A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58A10; }

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

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

background-color css

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

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

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

border-color css

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

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

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