Html Css Color HEX #A1591F Rich Gold

📋 copy color: '#A1591F'

red 161 ◦ green 89 ◦ blue 31

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

Shades of Rich Gold #A1591F

Tints of Rich Gold #A1591F

RGB

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

 GREEN value IS 89 (35.16% from 255) = 31.67%

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

R = 57.3%
G = 31.67%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.81

 K value IS 0.37

RGB Variations

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

Color information

#A1591F (or 0xA1591F) is known color: Rich Gold. HEX triplet: A1, 59 and 1F. RGB value is (161,89,31). Sum of RGB (Red+Green+Blue) = 161+89+31=281 (37% of max value = 765). Red value is 161 (63.28% from 255 or 57.30% from 281); Green value is 89 (35.16% from 255 or 31.67% from 281); Blue value is 31 (12.5% from 255 or 11.03% from 281); Max value from RGB is 161 - color contains mainly: red. Hex color #A1591F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1591F is #5EA6E0. Grayscale: #686868. Windows color (decimal): -6203105 or 2054561. OLE color: 2054561.

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

Color convert

RGB 161 89 31 -
CMYK 0 0.45 0.81 0.37
HSL 26.77º 0.68% 0.38% -
HSV(B) 26.77º 0.81% 0.63% -
XYZ 18.52 14.82 3.18 -
YUV 103.92 86.85 168.72 -
System Red Green Blue C M Y K H S L
Decimal 161 89 31 0 0.45 0.81 0.37 26.77 0.68 0.38
Hex A1 59 1F 0 2D 51 25 1B 44 26
Octal 241 131 37 0 55 121 45 33 104 46
Binary 10100001 1011001 11111 0 101101 1010001 100101 11011 1000100 100110

Color Harmonies of #A1591F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1591F

Black with #A1591F

Text Example


Text Example

White with #A1591F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1591F; }

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

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

background-color css

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

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

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

border-color css

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

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

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