Html Css Color HEX #A1501E Rich Gold

📋 copy color: '#A1501E'

red 161 ◦ green 80 ◦ blue 30

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

Shades of Rich Gold #A1501E

Tints of Rich Gold #A1501E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.07%

R = 59.41%
G = 29.52%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.81

 K value IS 0.37

RGB Variations

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

Color information

#A1501E (or 0xA1501E) is known color: Rich Gold. HEX triplet: A1, 50 and 1E. RGB value is (161,80,30). Sum of RGB (Red+Green+Blue) = 161+80+30=271 (35% of max value = 765). Red value is 161 (63.28% from 255 or 59.41% from 271); Green value is 80 (31.64% from 255 or 29.52% from 271); Blue value is 30 (12.11% from 255 or 11.07% from 271); Max value from RGB is 161 - color contains mainly: red. Hex color #A1501E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1501E is #5EAFE1. Grayscale: #626262. Windows color (decimal): -6205410 or 1986721. OLE color: 1986721.

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

Color convert

RGB 161 80 30 -
CMYK 0 0.50 0.81 0.37
HSL 22.9º 0.69% 0.37% -
HSV(B) 22.9º 0.81% 0.63% -
XYZ 17.8 13.41 2.88 -
YUV 98.52 89.34 172.57 -
System Red Green Blue C M Y K H S L
Decimal 161 80 30 0 0.50 0.81 0.37 22.9 0.69 0.37
Hex A1 50 1E 0 32 51 25 17 45 25
Octal 241 120 36 0 62 121 45 27 105 45
Binary 10100001 1010000 11110 0 110010 1010001 100101 10111 1000101 100101

Color Harmonies of #A1501E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1501E

Black with #A1501E

Text Example


Text Example

White with #A1501E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1501E; }

 p { color: rgb(161,80,30); }

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

background-color css

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

 a { background-color: rgb(161,80,30); }

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

border-color css

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

 span { border-color: rgb(161,80,30); }

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