Html Css Color HEX #A1501D Rich Gold

📋 copy color: '#A1501D'

red 161 ◦ green 80 ◦ blue 29

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

Shades of Rich Gold #A1501D

Tints of Rich Gold #A1501D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.74%

R = 59.63%
G = 29.63%
B = 10.74%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.82

 K value IS 0.37

RGB Variations

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

Color information

#A1501D (or 0xA1501D) is known color: Rich Gold. HEX triplet: A1, 50 and 1D. RGB value is (161,80,29). Sum of RGB (Red+Green+Blue) = 161+80+29=270 (35% of max value = 765). Red value is 161 (63.28% from 255 or 59.63% from 270); Green value is 80 (31.64% from 255 or 29.63% from 270); Blue value is 29 (11.72% from 255 or 10.74% from 270); Max value from RGB is 161 - color contains mainly: red. Hex color #A1501D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1501D is #5EAFE2. Grayscale: #626262. Windows color (decimal): -6205411 or 1921185. OLE color: 1921185.

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

Color convert

RGB 161 80 29 -
CMYK 0 0.50 0.82 0.37
HSL 23.18º 0.69% 0.37% -
HSV(B) 23.18º 0.82% 0.63% -
XYZ 17.79 13.4 2.81 -
YUV 98.41 88.84 172.65 -
System Red Green Blue C M Y K H S L
Decimal 161 80 29 0 0.50 0.82 0.37 23.18 0.69 0.37
Hex A1 50 1D 0 32 52 25 17 45 25
Octal 241 120 35 0 62 122 45 27 105 45
Binary 10100001 1010000 11101 0 110010 1010010 100101 10111 1000101 100101

Color Harmonies of #A1501D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1501D

Black with #A1501D

Text Example


Text Example

White with #A1501D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1501D; }

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

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

background-color css

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

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

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

border-color css

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

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

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