Html Css Color HEX #A58D0F Lucky

📋 copy color: '#A58D0F'

red 165 ◦ green 141 ◦ blue 15

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

Shades of Lucky #A58D0F

Tints of Lucky #A58D0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.67%

R = 51.4%
G = 43.93%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.91

 K value IS 0.35

RGB Variations

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

Color information

#A58D0F (or 0xA58D0F) is known color: Lucky. HEX triplet: A5, 8D and 0F. RGB value is (165,141,15). Sum of RGB (Red+Green+Blue) = 165+141+15=321 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.40% from 321); Green value is 141 (55.47% from 255 or 43.93% from 321); Blue value is 15 (6.25% from 255 or 4.67% from 321); Max value from RGB is 165 - color contains mainly: red. Hex color #A58D0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A58D0F is #5A72F0. Grayscale: #868686. Windows color (decimal): -5927665 or 1019301. OLE color: 1019301.

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

Color convert

RGB 165 141 15 -
CMYK 0 0.15 0.91 0.35
HSL 50.4º 0.83% 0.35% -
HSV(B) 50.4º 0.91% 0.65% -
XYZ 25.13 27.08 4.36 -
YUV 133.81 60.95 150.25 -
System Red Green Blue C M Y K H S L
Decimal 165 141 15 0 0.15 0.91 0.35 50.4 0.83 0.35
Hex A5 8D F 0 F 5B 23 32 53 23
Octal 245 215 17 0 17 133 43 62 123 43
Binary 10100101 10001101 1111 0 1111 1011011 100011 110010 1010011 100011

Color Harmonies of #A58D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58D0F

Black with #A58D0F

Text Example


Text Example

White with #A58D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58D0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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