Html Css Color HEX #A1441A Rich Gold

📋 copy color: '#A1441A'

red 161 ◦ green 68 ◦ blue 26

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

Shades of Rich Gold #A1441A

Tints of Rich Gold #A1441A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.2%

R = 63.14%
G = 26.67%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#A1441A (or 0xA1441A) is known color: Rich Gold. HEX triplet: A1, 44 and 1A. RGB value is (161,68,26). Sum of RGB (Red+Green+Blue) = 161+68+26=255 (33% of max value = 765). Red value is 161 (63.28% from 255 or 63.14% from 255); Green value is 68 (26.95% from 255 or 26.67% from 255); Blue value is 26 (10.55% from 255 or 10.20% from 255); Max value from RGB is 161 - color contains mainly: red. Hex color #A1441A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1441A is #5EBBE5. Grayscale: #5B5B5B. Windows color (decimal): -6208486 or 1721505. OLE color: 1721505.

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

Color convert

RGB 161 68 26 -
CMYK 0 0.58 0.84 0.37
HSL 18.67º 0.72% 0.37% -
HSV(B) 18.67º 0.84% 0.63% -
XYZ 16.95 11.79 2.36 -
YUV 91.02 91.31 177.92 -
System Red Green Blue C M Y K H S L
Decimal 161 68 26 0 0.58 0.84 0.37 18.67 0.72 0.37
Hex A1 44 1A 0 3A 54 25 13 48 25
Octal 241 104 32 0 72 124 45 23 110 45
Binary 10100001 1000100 11010 0 111010 1010100 100101 10011 1001000 100101

Color Harmonies of #A1441A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1441A

Black with #A1441A

Text Example


Text Example

White with #A1441A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1441A; }

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

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

background-color css

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

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

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

border-color css

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

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

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