Html Css Color HEX #A58D0E Lucky

📋 copy color: '#A58D0E'

red 165 ◦ green 141 ◦ blue 14

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

Shades of Lucky #A58D0E

Tints of Lucky #A58D0E

RGB

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

 GREEN value IS 141 (55.47% from 255) = 44.06%

 BLUE value IS 14 (5.86% from 255) = 4.38%

R = 51.56%
G = 44.06%
B = 4.38%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.92

 K value IS 0.35

RGB Variations

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

Color information

#A58D0E (or 0xA58D0E) is known color: Lucky. HEX triplet: A5, 8D and 0E. RGB value is (165,141,14). Sum of RGB (Red+Green+Blue) = 165+141+14=320 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.56% from 320); Green value is 141 (55.47% from 255 or 44.06% from 320); Blue value is 14 (5.86% from 255 or 4.38% from 320); Max value from RGB is 165 - color contains mainly: red. Hex color #A58D0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A58D0E is #5A72F1. Grayscale: #868686. Windows color (decimal): -5927666 or 953765. OLE color: 953765.

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

Color convert

RGB 165 141 14 -
CMYK 0 0.15 0.92 0.35
HSL 50.46º 0.84% 0.35% -
HSV(B) 50.46º 0.92% 0.65% -
XYZ 25.12 27.08 4.32 -
YUV 133.7 60.45 150.33 -
System Red Green Blue C M Y K H S L
Decimal 165 141 14 0 0.15 0.92 0.35 50.46 0.84 0.35
Hex A5 8D E 0 F 5C 23 32 54 23
Octal 245 215 16 0 17 134 43 62 124 43
Binary 10100101 10001101 1110 0 1111 1011100 100011 110010 1010100 100011

Color Harmonies of #A58D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58D0E

Black with #A58D0E

Text Example


Text Example

White with #A58D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58D0E; }

 p { color: rgb(165,141,14); }

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

background-color css

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

 a { background-color: rgb(165,141,14); }

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

border-color css

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

 span { border-color: rgb(165,141,14); }

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