Html Css Color HEX #A58C10 Lucky

📋 copy color: '#A58C10'

red 165 ◦ green 140 ◦ blue 16

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

Shades of Lucky #A58C10

Tints of Lucky #A58C10

RGB

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

 GREEN value IS 140 (55.08% from 255) = 43.61%

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

R = 51.4%
G = 43.61%
B = 4.98%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A58C10 (or 0xA58C10) is known color: Lucky. HEX triplet: A5, 8C and 10. RGB value is (165,140,16). Sum of RGB (Red+Green+Blue) = 165+140+16=321 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.40% from 321); Green value is 140 (55.08% from 255 or 43.61% from 321); Blue value is 16 (6.64% from 255 or 4.98% from 321); Max value from RGB is 165 - color contains mainly: red. Hex color #A58C10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A58C10 is #5A73EF. Grayscale: #858585. Windows color (decimal): -5927920 or 1084581. OLE color: 1084581.

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

Color convert

RGB 165 140 16 -
CMYK 0 0.15 0.90 0.35
HSL 49.93º 0.82% 0.35% -
HSV(B) 49.93º 0.9% 0.65% -
XYZ 24.99 26.79 4.34 -
YUV 133.34 61.78 150.58 -
System Red Green Blue C M Y K H S L
Decimal 165 140 16 0 0.15 0.90 0.35 49.93 0.82 0.35
Hex A5 8C 10 0 F 5A 23 32 52 23
Octal 245 214 20 0 17 132 43 62 122 43
Binary 10100101 10001100 10000 0 1111 1011010 100011 110010 1010010 100011

Color Harmonies of #A58C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58C10

Black with #A58C10

Text Example


Text Example

White with #A58C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58C10; }

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

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

background-color css

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

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

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

border-color css

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

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

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