Html Css Color HEX #A54D1C Rich Gold

📋 copy color: '#A54D1C'

red 165 ◦ green 77 ◦ blue 28

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

Shades of Rich Gold #A54D1C

Tints of Rich Gold #A54D1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.37%

R = 61.11%
G = 28.52%
B = 10.37%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.83

 K value IS 0.35

RGB Variations

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

Color information

#A54D1C (or 0xA54D1C) is known color: Rich Gold. HEX triplet: A5, 4D and 1C. RGB value is (165,77,28). Sum of RGB (Red+Green+Blue) = 165+77+28=270 (35% of max value = 765). Red value is 165 (64.84% from 255 or 61.11% from 270); Green value is 77 (30.47% from 255 or 28.52% from 270); Blue value is 28 (11.33% from 255 or 10.37% from 270); Max value from RGB is 165 - color contains mainly: red. Hex color #A54D1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A54D1C is #5AB2E3. Grayscale: #626262. Windows color (decimal): -5944036 or 1854885. OLE color: 1854885.

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

Color convert

RGB 165 77 28 -
CMYK 0 0.53 0.83 0.35
HSL 21.46º 0.71% 0.38% -
HSV(B) 21.46º 0.83% 0.65% -
XYZ 18.38 13.39 2.71 -
YUV 97.73 88.65 175.98 -
System Red Green Blue C M Y K H S L
Decimal 165 77 28 0 0.53 0.83 0.35 21.46 0.71 0.38
Hex A5 4D 1C 0 35 53 23 15 47 26
Octal 245 115 34 0 65 123 43 25 107 46
Binary 10100101 1001101 11100 0 110101 1010011 100011 10101 1000111 100110

Color Harmonies of #A54D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54D1C

Black with #A54D1C

Text Example


Text Example

White with #A54D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54D1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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