Html Css Color HEX #A1451D Rich Gold

📋 copy color: '#A1451D'

red 161 ◦ green 69 ◦ blue 29

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

Shades of Rich Gold #A1451D

Tints of Rich Gold #A1451D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.64%

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

R = 62.16%
G = 26.64%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.82

 K value IS 0.37

RGB Variations

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

Color information

#A1451D (or 0xA1451D) is known color: Rich Gold. HEX triplet: A1, 45 and 1D. RGB value is (161,69,29). Sum of RGB (Red+Green+Blue) = 161+69+29=259 (34% of max value = 765). Red value is 161 (63.28% from 255 or 62.16% from 259); Green value is 69 (27.34% from 255 or 26.64% from 259); Blue value is 29 (11.72% from 255 or 11.20% from 259); Max value from RGB is 161 - color contains mainly: red. Hex color #A1451D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1451D is #5EBAE2. Grayscale: #5C5C5C. Windows color (decimal): -6208227 or 1918369. OLE color: 1918369.

HSL color Cylindrical-coordinate representation of color #A1451D: hue angle of 18.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 #A1451D is Cyan = 0, Magento = 0.57, Yellow = 0.82 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 69 29 -
CMYK 0 0.57 0.82 0.37
HSL 18.18º 0.69% 0.37% -
HSV(B) 18.18º 0.82% 0.63% -
XYZ 17.05 11.92 2.57 -
YUV 91.95 92.48 177.25 -
System Red Green Blue C M Y K H S L
Decimal 161 69 29 0 0.57 0.82 0.37 18.18 0.69 0.37
Hex A1 45 1D 0 39 52 25 12 45 25
Octal 241 105 35 0 71 122 45 22 105 45
Binary 10100001 1000101 11101 0 111001 1010010 100101 10010 1000101 100101

Color Harmonies of #A1451D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1451D

Black with #A1451D

Text Example


Text Example

White with #A1451D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1451D; }

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

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

background-color css

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

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

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

border-color css

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

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

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