Html Css Color HEX #A54D14 Rich Gold

📋 copy color: '#A54D14'

red 165 ◦ green 77 ◦ blue 20

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

Shades of Rich Gold #A54D14

Tints of Rich Gold #A54D14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.63%

R = 62.98%
G = 29.39%
B = 7.63%

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

#A54D14 (or 0xA54D14) is known color: Rich Gold. HEX triplet: A5, 4D and 14. RGB value is (165,77,20). Sum of RGB (Red+Green+Blue) = 165+77+20=262 (34% of max value = 765). Red value is 165 (64.84% from 255 or 62.98% from 262); Green value is 77 (30.47% from 255 or 29.39% from 262); Blue value is 20 (8.20% from 255 or 7.63% from 262); Max value from RGB is 165 - color contains mainly: red. Hex color #A54D14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A54D14 is #5AB2EB. Grayscale: #616161. Windows color (decimal): -5944044 or 1330597. OLE color: 1330597.

HSL color Cylindrical-coordinate representation of color #A54D14: hue angle of 23.59º degrees, saturation: 0.78, 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 #A54D14 is Cyan = 0, Magento = 0.53, Yellow = 0.88 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 77 20 -
CMYK 0 0.53 0.88 0.35
HSL 23.59º 0.78% 0.36% -
HSV(B) 23.59º 0.88% 0.65% -
XYZ 18.3 13.36 2.28 -
YUV 96.81 84.65 176.63 -
System Red Green Blue C M Y K H S L
Decimal 165 77 20 0 0.53 0.88 0.35 23.59 0.78 0.36
Hex A5 4D 14 0 35 58 23 18 4E 24
Octal 245 115 24 0 65 130 43 30 116 44
Binary 10100101 1001101 10100 0 110101 1011000 100011 11000 1001110 100100

Color Harmonies of #A54D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54D14

Black with #A54D14

Text Example


Text Example

White with #A54D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54D14; }

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

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

background-color css

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

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

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

border-color css

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

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

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