Html Css Color HEX #A14919 Rich Gold

📋 copy color: '#A14919'

red 161 ◦ green 73 ◦ blue 25

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

Shades of Rich Gold #A14919

Tints of Rich Gold #A14919

RGB

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

 GREEN value IS 73 (28.91% from 255) = 28.19%

 BLUE value IS 25 (10.16% from 255) = 9.65%

R = 62.16%
G = 28.19%
B = 9.65%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#A14919 (or 0xA14919) is known color: Rich Gold. HEX triplet: A1, 49 and 19. RGB value is (161,73,25). Sum of RGB (Red+Green+Blue) = 161+73+25=259 (34% of max value = 765). Red value is 161 (63.28% from 255 or 62.16% from 259); Green value is 73 (28.91% from 255 or 28.19% from 259); Blue value is 25 (10.16% from 255 or 9.65% from 259); Max value from RGB is 161 - color contains mainly: red. Hex color #A14919 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14919 is #5EB6E6. Grayscale: #5E5E5E. Windows color (decimal): -6207207 or 1657249. OLE color: 1657249.

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

Color convert

RGB 161 73 25 -
CMYK 0 0.55 0.84 0.37
HSL 21.18º 0.73% 0.36% -
HSV(B) 21.18º 0.84% 0.63% -
XYZ 17.26 12.41 2.41 -
YUV 93.84 89.15 175.9 -
System Red Green Blue C M Y K H S L
Decimal 161 73 25 0 0.55 0.84 0.37 21.18 0.73 0.36
Hex A1 49 19 0 37 54 25 15 49 24
Octal 241 111 31 0 67 124 45 25 111 44
Binary 10100001 1001001 11001 0 110111 1010100 100101 10101 1001001 100100

Color Harmonies of #A14919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14919

Black with #A14919

Text Example


Text Example

White with #A14919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14919; }

 p { color: rgb(161,73,25); }

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

background-color css

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

 a { background-color: rgb(161,73,25); }

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

border-color css

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

 span { border-color: rgb(161,73,25); }

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