Html Css Color HEX #A0441D Rich Gold

📋 copy color: '#A0441D'

red 160 ◦ green 68 ◦ blue 29

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

Shades of Rich Gold #A0441D

Tints of Rich Gold #A0441D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.46%

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

R = 62.26%
G = 26.46%
B = 11.28%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.82

 K value IS 0.37

RGB Variations

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

Color information

#A0441D (or 0xA0441D) is known color: Rich Gold. HEX triplet: A0, 44 and 1D. RGB value is (160,68,29). Sum of RGB (Red+Green+Blue) = 160+68+29=257 (34% of max value = 765). Red value is 160 (62.89% from 255 or 62.26% from 257); Green value is 68 (26.95% from 255 or 26.46% from 257); Blue value is 29 (11.72% from 255 or 11.28% from 257); Max value from RGB is 160 - color contains mainly: red. Hex color #A0441D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0441D is #5FBBE2. Grayscale: #5B5B5B. Windows color (decimal): -6274019 or 1918112. OLE color: 1918112.

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

Color convert

RGB 160 68 29 -
CMYK 0 0.57 0.82 0.37
HSL 17.86º 0.69% 0.37% -
HSV(B) 17.86º 0.82% 0.63% -
XYZ 16.79 11.7 2.54 -
YUV 91.06 92.98 177.17 -
System Red Green Blue C M Y K H S L
Decimal 160 68 29 0 0.57 0.82 0.37 17.86 0.69 0.37
Hex A0 44 1D 0 39 52 25 12 45 25
Octal 240 104 35 0 71 122 45 22 105 45
Binary 10100000 1000100 11101 0 111001 1010010 100101 10010 1000101 100101

Color Harmonies of #A0441D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0441D

Black with #A0441D

Text Example


Text Example

White with #A0441D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0441D; }

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

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

background-color css

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

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

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

border-color css

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

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

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