Html Css Color HEX #A1501F Rich Gold

📋 copy color: '#A1501F'

red 161 ◦ green 80 ◦ blue 31

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

Shades of Rich Gold #A1501F

Tints of Rich Gold #A1501F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.41%

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

R = 59.19%
G = 29.41%
B = 11.4%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.81

 K value IS 0.37

RGB Variations

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

Color information

#A1501F (or 0xA1501F) is known color: Rich Gold. HEX triplet: A1, 50 and 1F. RGB value is (161,80,31). Sum of RGB (Red+Green+Blue) = 161+80+31=272 (36% of max value = 765). Red value is 161 (63.28% from 255 or 59.19% from 272); Green value is 80 (31.64% from 255 or 29.41% from 272); Blue value is 31 (12.5% from 255 or 11.40% from 272); Max value from RGB is 161 - color contains mainly: red. Hex color #A1501F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1501F is #5EAFE0. Grayscale: #626262. Windows color (decimal): -6205409 or 2052257. OLE color: 2052257.

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

Color convert

RGB 161 80 31 -
CMYK 0 0.50 0.81 0.37
HSL 22.62º 0.68% 0.38% -
HSV(B) 22.62º 0.81% 0.63% -
XYZ 17.81 13.41 2.95 -
YUV 98.63 89.84 172.48 -
System Red Green Blue C M Y K H S L
Decimal 161 80 31 0 0.50 0.81 0.37 22.62 0.68 0.38
Hex A1 50 1F 0 32 51 25 17 44 26
Octal 241 120 37 0 62 121 45 27 104 46
Binary 10100001 1010000 11111 0 110010 1010001 100101 10111 1000100 100110

Color Harmonies of #A1501F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1501F

Black with #A1501F

Text Example


Text Example

White with #A1501F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1501F; }

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

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

background-color css

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

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

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

border-color css

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

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

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