Html Css Color HEX #A58E0C Lucky

📋 copy color: '#A58E0C'

red 165 ◦ green 142 ◦ blue 12

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

Shades of Lucky #A58E0C

Tints of Lucky #A58E0C

RGB

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

 GREEN value IS 142 (55.86% from 255) = 44.51%

 BLUE value IS 12 (5.08% from 255) = 3.76%

R = 51.72%
G = 44.51%
B = 3.76%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#A58E0C (or 0xA58E0C) is known color: Lucky. HEX triplet: A5, 8E and 0C. RGB value is (165,142,12). Sum of RGB (Red+Green+Blue) = 165+142+12=319 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.72% from 319); Green value is 142 (55.86% from 255 or 44.51% from 319); Blue value is 12 (5.08% from 255 or 3.76% from 319); Max value from RGB is 165 - color contains mainly: red. Hex color #A58E0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A58E0C is #5A71F3. Grayscale: #868686. Windows color (decimal): -5927412 or 822949. OLE color: 822949.

HSL color Cylindrical-coordinate representation of color #A58E0C: hue angle of 50.98º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A58E0C is Cyan = 0, Magento = 0.14, Yellow = 0.93 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 142 12 -
CMYK 0 0.14 0.93 0.35
HSL 50.98º 0.86% 0.35% -
HSV(B) 50.98º 0.93% 0.65% -
XYZ 25.26 27.37 4.3 -
YUV 134.06 59.12 150.07 -
System Red Green Blue C M Y K H S L
Decimal 165 142 12 0 0.14 0.93 0.35 50.98 0.86 0.35
Hex A5 8E C 0 E 5D 23 33 56 23
Octal 245 216 14 0 16 135 43 63 126 43
Binary 10100101 10001110 1100 0 1110 1011101 100011 110011 1010110 100011

Color Harmonies of #A58E0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58E0C

Black with #A58E0C

Text Example


Text Example

White with #A58E0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58E0C; }

 p { color: rgb(165,142,12); }

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

background-color css

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

 a { background-color: rgb(165,142,12); }

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

border-color css

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

 span { border-color: rgb(165,142,12); }

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