Html Css Color HEX #A1461C Rich Gold

📋 copy color: '#A1461C'

red 161 ◦ green 70 ◦ blue 28

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

Shades of Rich Gold #A1461C

Tints of Rich Gold #A1461C

RGB

 RED value IS 161 (63.28% from 255) = 62.16%

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

 BLUE value IS 28 (11.33% from 255) = 10.81%

R = 62.16%
G = 27.03%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.83

 K value IS 0.37

RGB Variations

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

Color information

#A1461C (or 0xA1461C) is known color: Rich Gold. HEX triplet: A1, 46 and 1C. RGB value is (161,70,28). Sum of RGB (Red+Green+Blue) = 161+70+28=259 (34% of max value = 765). Red value is 161 (63.28% from 255 or 62.16% from 259); Green value is 70 (27.73% from 255 or 27.03% from 259); Blue value is 28 (11.33% from 255 or 10.81% from 259); Max value from RGB is 161 - color contains mainly: red. Hex color #A1461C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1461C is #5EB9E3. Grayscale: #5C5C5C. Windows color (decimal): -6207972 or 1853089. OLE color: 1853089.

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

Color convert

RGB 161 70 28 -
CMYK 0 0.57 0.83 0.37
HSL 18.95º 0.7% 0.37% -
HSV(B) 18.95º 0.83% 0.63% -
XYZ 17.1 12.04 2.52 -
YUV 92.42 91.65 176.92 -
System Red Green Blue C M Y K H S L
Decimal 161 70 28 0 0.57 0.83 0.37 18.95 0.7 0.37
Hex A1 46 1C 0 39 53 25 13 46 25
Octal 241 106 34 0 71 123 45 23 106 45
Binary 10100001 1000110 11100 0 111001 1010011 100101 10011 1000110 100101

Color Harmonies of #A1461C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1461C

Black with #A1461C

Text Example


Text Example

White with #A1461C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1461C; }

 p { color: rgb(161,70,28); }

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

background-color css

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

 a { background-color: rgb(161,70,28); }

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

border-color css

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

 span { border-color: rgb(161,70,28); }

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