Html Css Color HEX #A1441D Rich Gold

📋 copy color: '#A1441D'

red 161 ◦ green 68 ◦ blue 29

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

Shades of Rich Gold #A1441D

Tints of Rich Gold #A1441D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.36%

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

R = 62.4%
G = 26.36%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.82

 K value IS 0.37

RGB Variations

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

Color information

#A1441D (or 0xA1441D) is known color: Rich Gold. HEX triplet: A1, 44 and 1D. RGB value is (161,68,29). Sum of RGB (Red+Green+Blue) = 161+68+29=258 (34% of max value = 765). Red value is 161 (63.28% from 255 or 62.40% from 258); Green value is 68 (26.95% from 255 or 26.36% from 258); Blue value is 29 (11.72% from 255 or 11.24% from 258); Max value from RGB is 161 - color contains mainly: red. Hex color #A1441D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1441D is #5EBBE2. Grayscale: #5B5B5B. Windows color (decimal): -6208483 or 1918113. OLE color: 1918113.

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

Color convert

RGB 161 68 29 -
CMYK 0 0.58 0.82 0.37
HSL 17.73º 0.69% 0.37% -
HSV(B) 17.73º 0.82% 0.63% -
XYZ 16.99 11.8 2.54 -
YUV 91.36 92.81 177.67 -
System Red Green Blue C M Y K H S L
Decimal 161 68 29 0 0.58 0.82 0.37 17.73 0.69 0.37
Hex A1 44 1D 0 3A 52 25 12 45 25
Octal 241 104 35 0 72 122 45 22 105 45
Binary 10100001 1000100 11101 0 111010 1010010 100101 10010 1000101 100101

Color Harmonies of #A1441D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1441D

Black with #A1441D

Text Example


Text Example

White with #A1441D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1441D; }

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

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

background-color css

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

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

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

border-color css

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

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

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