Html Css Color HEX #A0461D Rich Gold

📋 copy color: '#A0461D'

red 160 ◦ green 70 ◦ blue 29

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

Shades of Rich Gold #A0461D

Tints of Rich Gold #A0461D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.03%

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

R = 61.78%
G = 27.03%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.82

 K value IS 0.37

RGB Variations

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

Color information

#A0461D (or 0xA0461D) is known color: Rich Gold. HEX triplet: A0, 46 and 1D. RGB value is (160,70,29). Sum of RGB (Red+Green+Blue) = 160+70+29=259 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.78% from 259); Green value is 70 (27.73% from 255 or 27.03% from 259); Blue value is 29 (11.72% from 255 or 11.20% from 259); Max value from RGB is 160 - color contains mainly: red. Hex color #A0461D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0461D is #5FB9E2. Grayscale: #5C5C5C. Windows color (decimal): -6273507 or 1918624. OLE color: 1918624.

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

Color convert

RGB 160 70 29 -
CMYK 0 0.56 0.82 0.37
HSL 18.78º 0.69% 0.37% -
HSV(B) 18.78º 0.82% 0.63% -
XYZ 16.91 11.94 2.58 -
YUV 92.24 92.32 176.33 -
System Red Green Blue C M Y K H S L
Decimal 160 70 29 0 0.56 0.82 0.37 18.78 0.69 0.37
Hex A0 46 1D 0 38 52 25 13 45 25
Octal 240 106 35 0 70 122 45 23 105 45
Binary 10100000 1000110 11101 0 111000 1010010 100101 10011 1000101 100101

Color Harmonies of #A0461D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0461D

Black with #A0461D

Text Example


Text Example

White with #A0461D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0461D; }

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

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

background-color css

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

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

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

border-color css

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

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

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