Html Css Color HEX #A58E0D Lucky

📋 copy color: '#A58E0D'

red 165 ◦ green 142 ◦ blue 13

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

Shades of Lucky #A58E0D

Tints of Lucky #A58E0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.06%

R = 51.56%
G = 44.38%
B = 4.06%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.92

 K value IS 0.35

RGB Variations

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

Color information

#A58E0D (or 0xA58E0D) is known color: Lucky. HEX triplet: A5, 8E and 0D. RGB value is (165,142,13). Sum of RGB (Red+Green+Blue) = 165+142+13=320 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.56% from 320); Green value is 142 (55.86% from 255 or 44.38% from 320); Blue value is 13 (5.47% from 255 or 4.06% from 320); Max value from RGB is 165 - color contains mainly: red. Hex color #A58E0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A58E0D is #5A71F2. Grayscale: #868686. Windows color (decimal): -5927411 or 888485. OLE color: 888485.

HSL color Cylindrical-coordinate representation of color #A58E0D: hue angle of 50.92º degrees, saturation: 0.85, 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 #A58E0D is Cyan = 0, Magento = 0.14, Yellow = 0.92 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 142 13 -
CMYK 0 0.14 0.92 0.35
HSL 50.92º 0.85% 0.35% -
HSV(B) 50.92º 0.92% 0.65% -
XYZ 25.26 27.37 4.33 -
YUV 134.17 59.62 149.99 -
System Red Green Blue C M Y K H S L
Decimal 165 142 13 0 0.14 0.92 0.35 50.92 0.85 0.35
Hex A5 8E D 0 E 5C 23 33 55 23
Octal 245 216 15 0 16 134 43 63 125 43
Binary 10100101 10001110 1101 0 1110 1011100 100011 110011 1010101 100011

Color Harmonies of #A58E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58E0D

Black with #A58E0D

Text Example


Text Example

White with #A58E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58E0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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