Html Css Color HEX #A04C1D Rich Gold

📋 copy color: '#A04C1D'

red 160 ◦ green 76 ◦ blue 29

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

Shades of Rich Gold #A04C1D

Tints of Rich Gold #A04C1D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 28.68%

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

R = 60.38%
G = 28.68%
B = 10.94%

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

#A04C1D (or 0xA04C1D) is known color: Rich Gold. HEX triplet: A0, 4C and 1D. RGB value is (160,76,29). Sum of RGB (Red+Green+Blue) = 160+76+29=265 (35% of max value = 765). Red value is 160 (62.89% from 255 or 60.38% from 265); Green value is 76 (30.08% from 255 or 28.68% from 265); Blue value is 29 (11.72% from 255 or 10.94% from 265); Max value from RGB is 160 - color contains mainly: red. Hex color #A04C1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04C1D is #5FB3E2. Grayscale: #606060. Windows color (decimal): -6271971 or 1920160. OLE color: 1920160.

HSL color Cylindrical-coordinate representation of color #A04C1D: hue angle of 21.53º 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 #A04C1D is Cyan = 0, Magento = 0.52, Yellow = 0.82 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 76 29 -
CMYK 0 0.52 0.82 0.37
HSL 21.53º 0.69% 0.37% -
HSV(B) 21.53º 0.82% 0.63% -
XYZ 17.3 12.73 2.71 -
YUV 95.76 90.33 173.82 -
System Red Green Blue C M Y K H S L
Decimal 160 76 29 0 0.52 0.82 0.37 21.53 0.69 0.37
Hex A0 4C 1D 0 34 52 25 16 45 25
Octal 240 114 35 0 64 122 45 26 105 45
Binary 10100000 1001100 11101 0 110100 1010010 100101 10110 1000101 100101

Color Harmonies of #A04C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04C1D

Black with #A04C1D

Text Example


Text Example

White with #A04C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04C1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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