Html Css Color HEX #A14923 Rich Gold

📋 copy color: '#A14923'

red 161 ◦ green 73 ◦ blue 35

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

Shades of Rich Gold #A14923

Tints of Rich Gold #A14923

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 13.01%

R = 59.85%
G = 27.14%
B = 13.01%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.78

 K value IS 0.37

RGB Variations

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

Color information

#A14923 (or 0xA14923) is known color: Rich Gold. HEX triplet: A1, 49 and 23. RGB value is (161,73,35). Sum of RGB (Red+Green+Blue) = 161+73+35=269 (35% of max value = 765). Red value is 161 (63.28% from 255 or 59.85% from 269); Green value is 73 (28.91% from 255 or 27.14% from 269); Blue value is 35 (14.06% from 255 or 13.01% from 269); Max value from RGB is 161 - color contains mainly: red. Hex color #A14923 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14923 is #5EB6DC. Grayscale: #5F5F5F. Windows color (decimal): -6207197 or 2312609. OLE color: 2312609.

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

Color convert

RGB 161 73 35 -
CMYK 0 0.55 0.78 0.37
HSL 18.1º 0.64% 0.38% -
HSV(B) 18.1º 0.78% 0.63% -
XYZ 17.38 12.46 3.08 -
YUV 94.98 94.15 175.09 -
System Red Green Blue C M Y K H S L
Decimal 161 73 35 0 0.55 0.78 0.37 18.1 0.64 0.38
Hex A1 49 23 0 37 4E 25 12 40 26
Octal 241 111 43 0 67 116 45 22 100 46
Binary 10100001 1001001 100011 0 110111 1001110 100101 10010 1000000 100110

Color Harmonies of #A14923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14923

Black with #A14923

Text Example


Text Example

White with #A14923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14923; }

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

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

background-color css

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

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

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

border-color css

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

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

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