Html Css Color HEX #A04D1D Rich Gold

📋 copy color: '#A04D1D'

red 160 ◦ green 77 ◦ blue 29

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

Shades of Rich Gold #A04D1D

Tints of Rich Gold #A04D1D

RGB

 RED value IS 160 (62.89% from 255) = 60.15%

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

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

R = 60.15%
G = 28.95%
B = 10.9%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.82

 K value IS 0.37

RGB Variations

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

Color information

#A04D1D (or 0xA04D1D) is known color: Rich Gold. HEX triplet: A0, 4D and 1D. RGB value is (160,77,29). Sum of RGB (Red+Green+Blue) = 160+77+29=266 (35% of max value = 765). Red value is 160 (62.89% from 255 or 60.15% from 266); Green value is 77 (30.47% from 255 or 28.95% from 266); Blue value is 29 (11.72% from 255 or 10.90% from 266); Max value from RGB is 160 - color contains mainly: red. Hex color #A04D1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A04D1D is #5FB2E2. Grayscale: #606060. Windows color (decimal): -6271715 or 1920416. OLE color: 1920416.

HSL color Cylindrical-coordinate representation of color #A04D1D: hue angle of 21.98º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A04D1D is Cyan = 0, Magento = 0.52, Yellow = 0.82 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 77 29 -
CMYK 0 0.52 0.82 0.37
HSL 21.98º 0.69% 0.37% -
HSV(B) 21.98º 0.82% 0.63% -
XYZ 17.37 12.87 2.73 -
YUV 96.35 90 173.4 -
System Red Green Blue C M Y K H S L
Decimal 160 77 29 0 0.52 0.82 0.37 21.98 0.69 0.37
Hex A0 4D 1D 0 34 52 25 16 45 25
Octal 240 115 35 0 64 122 45 26 105 45
Binary 10100000 1001101 11101 0 110100 1010010 100101 10110 1000101 100101

Color Harmonies of #A04D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04D1D

Black with #A04D1D

Text Example


Text Example

White with #A04D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04D1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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