Html Css Color HEX #A0461B Rich Gold

📋 copy color: '#A0461B'

red 160 ◦ green 70 ◦ blue 27

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

Shades of Rich Gold #A0461B

Tints of Rich Gold #A0461B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.51%

R = 62.26%
G = 27.24%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.83

 K value IS 0.37

RGB Variations

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

Color information

#A0461B (or 0xA0461B) is known color: Rich Gold. HEX triplet: A0, 46 and 1B. RGB value is (160,70,27). Sum of RGB (Red+Green+Blue) = 160+70+27=257 (34% of max value = 765). Red value is 160 (62.89% from 255 or 62.26% from 257); Green value is 70 (27.73% from 255 or 27.24% from 257); Blue value is 27 (10.94% from 255 or 10.51% from 257); Max value from RGB is 160 - color contains mainly: red. Hex color #A0461B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0461B is #5FB9E4. Grayscale: #5C5C5C. Windows color (decimal): -6273509 or 1787552. OLE color: 1787552.

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

Color convert

RGB 160 70 27 -
CMYK 0 0.56 0.83 0.37
HSL 19.4º 0.71% 0.37% -
HSV(B) 19.4º 0.83% 0.63% -
XYZ 16.89 11.93 2.45 -
YUV 92.01 91.32 176.5 -
System Red Green Blue C M Y K H S L
Decimal 160 70 27 0 0.56 0.83 0.37 19.4 0.71 0.37
Hex A0 46 1B 0 38 53 25 13 47 25
Octal 240 106 33 0 70 123 45 23 107 45
Binary 10100000 1000110 11011 0 111000 1010011 100101 10011 1000111 100101

Color Harmonies of #A0461B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0461B

Black with #A0461B

Text Example


Text Example

White with #A0461B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0461B; }

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

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

background-color css

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

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

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

border-color css

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

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

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