Html Css Color HEX #A0441B Rich Gold

📋 copy color: '#A0441B'

red 160 ◦ green 68 ◦ blue 27

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

Shades of Rich Gold #A0441B

Tints of Rich Gold #A0441B

RGB

 RED value IS 160 (62.89% from 255) = 62.75%

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

 BLUE value IS 27 (10.94% from 255) = 10.59%

R = 62.75%
G = 26.67%
B = 10.59%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.83

 K value IS 0.37

RGB Variations

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

Color information

#A0441B (or 0xA0441B) is known color: Rich Gold. HEX triplet: A0, 44 and 1B. RGB value is (160,68,27). Sum of RGB (Red+Green+Blue) = 160+68+27=255 (33% of max value = 765). Red value is 160 (62.89% from 255 or 62.75% from 255); Green value is 68 (26.95% from 255 or 26.67% from 255); Blue value is 27 (10.94% from 255 or 10.59% from 255); Max value from RGB is 160 - color contains mainly: red. Hex color #A0441B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0441B is #5FBBE4. Grayscale: #5B5B5B. Windows color (decimal): -6274021 or 1787040. OLE color: 1787040.

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

Color convert

RGB 160 68 27 -
CMYK 0 0.57 0.83 0.37
HSL 18.5º 0.71% 0.37% -
HSV(B) 18.5º 0.83% 0.63% -
XYZ 16.76 11.69 2.41 -
YUV 90.83 91.98 177.33 -
System Red Green Blue C M Y K H S L
Decimal 160 68 27 0 0.57 0.83 0.37 18.5 0.71 0.37
Hex A0 44 1B 0 39 53 25 12 47 25
Octal 240 104 33 0 71 123 45 22 107 45
Binary 10100000 1000100 11011 0 111001 1010011 100101 10010 1000111 100101

Color Harmonies of #A0441B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0441B

Black with #A0441B

Text Example


Text Example

White with #A0441B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0441B; }

 p { color: rgb(160,68,27); }

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

background-color css

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

 a { background-color: rgb(160,68,27); }

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

border-color css

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

 span { border-color: rgb(160,68,27); }

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