Html Css Color HEX #A1511F Rich Gold

📋 copy color: '#A1511F'

red 161 ◦ green 81 ◦ blue 31

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

Shades of Rich Gold #A1511F

Tints of Rich Gold #A1511F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.67%

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

R = 58.97%
G = 29.67%
B = 11.36%

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

#A1511F (or 0xA1511F) is known color: Rich Gold. HEX triplet: A1, 51 and 1F. RGB value is (161,81,31). Sum of RGB (Red+Green+Blue) = 161+81+31=273 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.97% from 273); Green value is 81 (32.03% from 255 or 29.67% from 273); Blue value is 31 (12.5% from 255 or 11.36% from 273); Max value from RGB is 161 - color contains mainly: red. Hex color #A1511F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1511F is #5EAEE0. Grayscale: #636363. Windows color (decimal): -6205153 or 2052513. OLE color: 2052513.

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

Color convert

RGB 161 81 31 -
CMYK 0 0.50 0.81 0.37
HSL 23.08º 0.68% 0.38% -
HSV(B) 23.08º 0.81% 0.63% -
XYZ 17.89 13.56 2.97 -
YUV 99.22 89.5 172.07 -
System Red Green Blue C M Y K H S L
Decimal 161 81 31 0 0.50 0.81 0.37 23.08 0.68 0.38
Hex A1 51 1F 0 32 51 25 17 44 26
Octal 241 121 37 0 62 121 45 27 104 46
Binary 10100001 1010001 11111 0 110010 1010001 100101 10111 1000100 100110

Color Harmonies of #A1511F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1511F

Black with #A1511F

Text Example


Text Example

White with #A1511F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1511F; }

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

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

background-color css

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

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

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

border-color css

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

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

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