Html Css Color HEX #A14815 Rich Gold

📋 copy color: '#A14815'

red 161 ◦ green 72 ◦ blue 21

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

Shades of Rich Gold #A14815

Tints of Rich Gold #A14815

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.35%

 BLUE value IS 21 (8.59% from 255) = 8.27%

R = 63.39%
G = 28.35%
B = 8.27%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.87

 K value IS 0.37

RGB Variations

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

Color information

#A14815 (or 0xA14815) is known color: Rich Gold. HEX triplet: A1, 48 and 15. RGB value is (161,72,21). Sum of RGB (Red+Green+Blue) = 161+72+21=254 (33% of max value = 765). Red value is 161 (63.28% from 255 or 63.39% from 254); Green value is 72 (28.52% from 255 or 28.35% from 254); Blue value is 21 (8.59% from 255 or 8.27% from 254); Max value from RGB is 161 - color contains mainly: red. Hex color #A14815 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14815 is #5EB7EA. Grayscale: #5D5D5D. Windows color (decimal): -6207467 or 1394849. OLE color: 1394849.

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

Color convert

RGB 161 72 21 -
CMYK 0 0.55 0.87 0.37
HSL 21.86º 0.77% 0.36% -
HSV(B) 21.86º 0.87% 0.63% -
XYZ 17.15 12.27 2.17 -
YUV 92.8 87.49 176.65 -
System Red Green Blue C M Y K H S L
Decimal 161 72 21 0 0.55 0.87 0.37 21.86 0.77 0.36
Hex A1 48 15 0 37 57 25 16 4D 24
Octal 241 110 25 0 67 127 45 26 115 44
Binary 10100001 1001000 10101 0 110111 1010111 100101 10110 1001101 100100

Color Harmonies of #A14815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14815

Black with #A14815

Text Example


Text Example

White with #A14815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14815; }

 p { color: rgb(161,72,21); }

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

background-color css

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

 a { background-color: rgb(161,72,21); }

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

border-color css

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

 span { border-color: rgb(161,72,21); }

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