Html Css Color HEX #A54D1D Rich Gold

📋 copy color: '#A54D1D'

red 165 ◦ green 77 ◦ blue 29

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

Shades of Rich Gold #A54D1D

Tints of Rich Gold #A54D1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.7%

R = 60.89%
G = 28.41%
B = 10.7%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.82

 K value IS 0.35

RGB Variations

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

Color information

#A54D1D (or 0xA54D1D) is known color: Rich Gold. HEX triplet: A5, 4D and 1D. RGB value is (165,77,29). Sum of RGB (Red+Green+Blue) = 165+77+29=271 (35% of max value = 765). Red value is 165 (64.84% from 255 or 60.89% from 271); Green value is 77 (30.47% from 255 or 28.41% from 271); Blue value is 29 (11.72% from 255 or 10.70% from 271); Max value from RGB is 165 - color contains mainly: red. Hex color #A54D1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A54D1D is #5AB2E2. Grayscale: #626262. Windows color (decimal): -5944035 or 1920421. OLE color: 1920421.

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

Color convert

RGB 165 77 29 -
CMYK 0 0.53 0.82 0.35
HSL 21.18º 0.7% 0.38% -
HSV(B) 21.18º 0.82% 0.65% -
XYZ 18.39 13.4 2.78 -
YUV 97.84 89.15 175.9 -
System Red Green Blue C M Y K H S L
Decimal 165 77 29 0 0.53 0.82 0.35 21.18 0.7 0.38
Hex A5 4D 1D 0 35 52 23 15 46 26
Octal 245 115 35 0 65 122 43 25 106 46
Binary 10100101 1001101 11101 0 110101 1010010 100011 10101 1000110 100110

Color Harmonies of #A54D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54D1D

Black with #A54D1D

Text Example


Text Example

White with #A54D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54D1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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