Html Css Color HEX #A54D13 Rich Gold

📋 copy color: '#A54D13'

red 165 ◦ green 77 ◦ blue 19

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

Shades of Rich Gold #A54D13

Tints of Rich Gold #A54D13

RGB

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

 GREEN value IS 77 (30.47% from 255) = 29.5%

 BLUE value IS 19 (7.81% from 255) = 7.28%

R = 63.22%
G = 29.5%
B = 7.28%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#A54D13 (or 0xA54D13) is known color: Rich Gold. HEX triplet: A5, 4D and 13. RGB value is (165,77,19). Sum of RGB (Red+Green+Blue) = 165+77+19=261 (34% of max value = 765). Red value is 165 (64.84% from 255 or 63.22% from 261); Green value is 77 (30.47% from 255 or 29.50% from 261); Blue value is 19 (7.81% from 255 or 7.28% from 261); Max value from RGB is 165 - color contains mainly: red. Hex color #A54D13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A54D13 is #5AB2EC. Grayscale: #616161. Windows color (decimal): -5944045 or 1265061. OLE color: 1265061.

HSL color Cylindrical-coordinate representation of color #A54D13: hue angle of 23.84º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A54D13 is Cyan = 0, Magento = 0.53, Yellow = 0.88 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 77 19 -
CMYK 0 0.53 0.88 0.35
HSL 23.84º 0.79% 0.36% -
HSV(B) 23.84º 0.88% 0.65% -
XYZ 18.29 13.35 2.23 -
YUV 96.7 84.15 176.72 -
System Red Green Blue C M Y K H S L
Decimal 165 77 19 0 0.53 0.88 0.35 23.84 0.79 0.36
Hex A5 4D 13 0 35 58 23 18 4F 24
Octal 245 115 23 0 65 130 43 30 117 44
Binary 10100101 1001101 10011 0 110101 1011000 100011 11000 1001111 100100

Color Harmonies of #A54D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54D13

Black with #A54D13

Text Example


Text Example

White with #A54D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54D13; }

 p { color: rgb(165,77,19); }

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

background-color css

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

 a { background-color: rgb(165,77,19); }

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

border-color css

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

 span { border-color: rgb(165,77,19); }

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