Html Css Color HEX #A1521F Rich Gold

📋 copy color: '#A1521F'

red 161 ◦ green 82 ◦ blue 31

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

Shades of Rich Gold #A1521F

Tints of Rich Gold #A1521F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 29.93%

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

R = 58.76%
G = 29.93%
B = 11.31%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.81

 K value IS 0.37

RGB Variations

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

Color information

#A1521F (or 0xA1521F) is known color: Rich Gold. HEX triplet: A1, 52 and 1F. RGB value is (161,82,31). Sum of RGB (Red+Green+Blue) = 161+82+31=274 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.76% from 274); Green value is 82 (32.42% from 255 or 29.93% from 274); Blue value is 31 (12.5% from 255 or 11.31% from 274); Max value from RGB is 161 - color contains mainly: red. Hex color #A1521F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1521F is #5EADE0. Grayscale: #646464. Windows color (decimal): -6204897 or 2052769. OLE color: 2052769.

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

Color convert

RGB 161 82 31 -
CMYK 0 0.49 0.81 0.37
HSL 23.54º 0.68% 0.38% -
HSV(B) 23.54º 0.81% 0.63% -
XYZ 17.96 13.71 3 -
YUV 99.81 89.17 171.65 -
System Red Green Blue C M Y K H S L
Decimal 161 82 31 0 0.49 0.81 0.37 23.54 0.68 0.38
Hex A1 52 1F 0 31 51 25 18 44 26
Octal 241 122 37 0 61 121 45 30 104 46
Binary 10100001 1010010 11111 0 110001 1010001 100101 11000 1000100 100110

Color Harmonies of #A1521F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1521F

Black with #A1521F

Text Example


Text Example

White with #A1521F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1521F; }

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

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

background-color css

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

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

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

border-color css

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

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

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