Html Css Color HEX #A1531E Rich Gold

📋 copy color: '#A1531E'

red 161 ◦ green 83 ◦ blue 30

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

Shades of Rich Gold #A1531E

Tints of Rich Gold #A1531E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.29%

 BLUE value IS 30 (12.11% from 255) = 10.95%

R = 58.76%
G = 30.29%
B = 10.95%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.81

 K value IS 0.37

RGB Variations

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

Color information

#A1531E (or 0xA1531E) is known color: Rich Gold. HEX triplet: A1, 53 and 1E. RGB value is (161,83,30). Sum of RGB (Red+Green+Blue) = 161+83+30=274 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.76% from 274); Green value is 83 (32.81% from 255 or 30.29% from 274); Blue value is 30 (12.11% from 255 or 10.95% from 274); Max value from RGB is 161 - color contains mainly: red. Hex color #A1531E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1531E is #5EACE1. Grayscale: #646464. Windows color (decimal): -6204642 or 1987489. OLE color: 1987489.

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

Color convert

RGB 161 83 30 -
CMYK 0 0.48 0.81 0.37
HSL 24.27º 0.69% 0.37% -
HSV(B) 24.27º 0.81% 0.63% -
XYZ 18.03 13.86 2.95 -
YUV 100.28 88.34 171.31 -
System Red Green Blue C M Y K H S L
Decimal 161 83 30 0 0.48 0.81 0.37 24.27 0.69 0.37
Hex A1 53 1E 0 30 51 25 18 45 25
Octal 241 123 36 0 60 121 45 30 105 45
Binary 10100001 1010011 11110 0 110000 1010001 100101 11000 1000101 100101

Color Harmonies of #A1531E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1531E

Black with #A1531E

Text Example


Text Example

White with #A1531E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1531E; }

 p { color: rgb(161,83,30); }

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

background-color css

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

 a { background-color: rgb(161,83,30); }

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

border-color css

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

 span { border-color: rgb(161,83,30); }

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