Html Css Color HEX #A0501B Rich Gold

📋 copy color: '#A0501B'

red 160 ◦ green 80 ◦ blue 27

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

Shades of Rich Gold #A0501B

Tints of Rich Gold #A0501B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.96%

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

R = 59.93%
G = 29.96%
B = 10.11%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.83

 K value IS 0.37

RGB Variations

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

Color information

#A0501B (or 0xA0501B) is known color: Rich Gold. HEX triplet: A0, 50 and 1B. RGB value is (160,80,27). Sum of RGB (Red+Green+Blue) = 160+80+27=267 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.93% from 267); Green value is 80 (31.64% from 255 or 29.96% from 267); Blue value is 27 (10.94% from 255 or 10.11% from 267); Max value from RGB is 160 - color contains mainly: red. Hex color #A0501B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0501B is #5FAFE4. Grayscale: #626262. Windows color (decimal): -6270949 or 1790112. OLE color: 1790112.

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

Color convert

RGB 160 80 27 -
CMYK 0 0.5 0.83 0.37
HSL 23.91º 0.71% 0.37% -
HSV(B) 23.91º 0.83% 0.63% -
XYZ 17.56 13.29 2.68 -
YUV 97.88 88 172.31 -
System Red Green Blue C M Y K H S L
Decimal 160 80 27 0 0.5 0.83 0.37 23.91 0.71 0.37
Hex A0 50 1B 0 32 53 25 18 47 25
Octal 240 120 33 0 62 123 45 30 107 45
Binary 10100000 1010000 11011 0 110010 1010011 100101 11000 1000111 100101

Color Harmonies of #A0501B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0501B

Black with #A0501B

Text Example


Text Example

White with #A0501B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0501B; }

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

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

background-color css

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

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

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

border-color css

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

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

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