Html Css Color HEX #A0441A Rich Gold

📋 copy color: '#A0441A'

red 160 ◦ green 68 ◦ blue 26

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

Shades of Rich Gold #A0441A

Tints of Rich Gold #A0441A

RGB

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

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

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

R = 62.99%
G = 26.77%
B = 10.24%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#A0441A (or 0xA0441A) is known color: Rich Gold. HEX triplet: A0, 44 and 1A. RGB value is (160,68,26). Sum of RGB (Red+Green+Blue) = 160+68+26=254 (33% of max value = 765). Red value is 160 (62.89% from 255 or 62.99% from 254); Green value is 68 (26.95% from 255 or 26.77% from 254); Blue value is 26 (10.55% from 255 or 10.24% from 254); Max value from RGB is 160 - color contains mainly: red. Hex color #A0441A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0441A is #5FBBE5. Grayscale: #5A5A5A. Windows color (decimal): -6274022 or 1721504. OLE color: 1721504.

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

Color convert

RGB 160 68 26 -
CMYK 0 0.57 0.84 0.37
HSL 18.81º 0.72% 0.36% -
HSV(B) 18.81º 0.84% 0.63% -
XYZ 16.75 11.68 2.35 -
YUV 90.72 91.48 177.42 -
System Red Green Blue C M Y K H S L
Decimal 160 68 26 0 0.57 0.84 0.37 18.81 0.72 0.36
Hex A0 44 1A 0 39 54 25 13 48 24
Octal 240 104 32 0 71 124 45 23 110 44
Binary 10100000 1000100 11010 0 111001 1010100 100101 10011 1001000 100100

Color Harmonies of #A0441A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0441A

Black with #A0441A

Text Example


Text Example

White with #A0441A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0441A; }

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

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

background-color css

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

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

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

border-color css

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

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

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