Html Css Color HEX #A1461F Rich Gold

📋 copy color: '#A1461F'

red 161 ◦ green 70 ◦ blue 31

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

Shades of Rich Gold #A1461F

Tints of Rich Gold #A1461F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.83%

R = 61.45%
G = 26.72%
B = 11.83%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.81

 K value IS 0.37

RGB Variations

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

Color information

#A1461F (or 0xA1461F) is known color: Rich Gold. HEX triplet: A1, 46 and 1F. RGB value is (161,70,31). Sum of RGB (Red+Green+Blue) = 161+70+31=262 (34% of max value = 765). Red value is 161 (63.28% from 255 or 61.45% from 262); Green value is 70 (27.73% from 255 or 26.72% from 262); Blue value is 31 (12.5% from 255 or 11.83% from 262); Max value from RGB is 161 - color contains mainly: red. Hex color #A1461F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1461F is #5EB9E0. Grayscale: #5D5D5D. Windows color (decimal): -6207969 or 2049697. OLE color: 2049697.

HSL color Cylindrical-coordinate representation of color #A1461F: hue angle of 18º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A1461F is Cyan = 0, Magento = 0.57, Yellow = 0.81 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 70 31 -
CMYK 0 0.57 0.81 0.37
HSL 18º 0.68% 0.38% -
HSV(B) 18º 0.81% 0.63% -
XYZ 17.14 12.06 2.72 -
YUV 92.76 93.15 176.67 -
System Red Green Blue C M Y K H S L
Decimal 161 70 31 0 0.57 0.81 0.37 18 0.68 0.38
Hex A1 46 1F 0 39 51 25 12 44 26
Octal 241 106 37 0 71 121 45 22 104 46
Binary 10100001 1000110 11111 0 111001 1010001 100101 10010 1000100 100110

Color Harmonies of #A1461F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1461F

Black with #A1461F

Text Example


Text Example

White with #A1461F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1461F; }

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

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

background-color css

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

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

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

border-color css

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

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

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