Html Css Color HEX #A0501A Rich Gold

📋 copy color: '#A0501A'

red 160 ◦ green 80 ◦ blue 26

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

Shades of Rich Gold #A0501A

Tints of Rich Gold #A0501A

RGB

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

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

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

R = 60.15%
G = 30.08%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#A0501A (or 0xA0501A) is known color: Rich Gold. HEX triplet: A0, 50 and 1A. RGB value is (160,80,26). Sum of RGB (Red+Green+Blue) = 160+80+26=266 (35% of max value = 765). Red value is 160 (62.89% from 255 or 60.15% from 266); Green value is 80 (31.64% from 255 or 30.08% from 266); Blue value is 26 (10.55% from 255 or 9.77% from 266); Max value from RGB is 160 - color contains mainly: red. Hex color #A0501A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0501A is #5FAFE5. Grayscale: #626262. Windows color (decimal): -6270950 or 1724576. OLE color: 1724576.

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

Color convert

RGB 160 80 26 -
CMYK 0 0.5 0.84 0.37
HSL 24.18º 0.72% 0.36% -
HSV(B) 24.18º 0.84% 0.63% -
XYZ 17.55 13.29 2.62 -
YUV 97.76 87.5 172.39 -
System Red Green Blue C M Y K H S L
Decimal 160 80 26 0 0.5 0.84 0.37 24.18 0.72 0.36
Hex A0 50 1A 0 32 54 25 18 48 24
Octal 240 120 32 0 62 124 45 30 110 44
Binary 10100000 1010000 11010 0 110010 1010100 100101 11000 1001000 100100

Color Harmonies of #A0501A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0501A

Black with #A0501A

Text Example


Text Example

White with #A0501A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0501A; }

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

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

background-color css

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

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

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

border-color css

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

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

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