Html Css Color HEX #A14723 Rich Gold

📋 copy color: '#A14723'

red 161 ◦ green 71 ◦ blue 35

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

Shades of Rich Gold #A14723

Tints of Rich Gold #A14723

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.59%

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

R = 60.3%
G = 26.59%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.78

 K value IS 0.37

RGB Variations

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

Color information

#A14723 (or 0xA14723) is known color: Rich Gold. HEX triplet: A1, 47 and 23. RGB value is (161,71,35). Sum of RGB (Red+Green+Blue) = 161+71+35=267 (35% of max value = 765). Red value is 161 (63.28% from 255 or 60.30% from 267); Green value is 71 (28.12% from 255 or 26.59% from 267); Blue value is 35 (14.06% from 255 or 13.11% from 267); Max value from RGB is 161 - color contains mainly: red. Hex color #A14723 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14723 is #5EB8DC. Grayscale: #5E5E5E. Windows color (decimal): -6207709 or 2312097. OLE color: 2312097.

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

Color convert

RGB 161 71 35 -
CMYK 0 0.56 0.78 0.37
HSL 17.14º 0.64% 0.38% -
HSV(B) 17.14º 0.78% 0.63% -
XYZ 17.25 12.2 3.04 -
YUV 93.81 94.82 175.93 -
System Red Green Blue C M Y K H S L
Decimal 161 71 35 0 0.56 0.78 0.37 17.14 0.64 0.38
Hex A1 47 23 0 38 4E 25 11 40 26
Octal 241 107 43 0 70 116 45 21 100 46
Binary 10100001 1000111 100011 0 111000 1001110 100101 10001 1000000 100110

Color Harmonies of #A14723

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14723

Black with #A14723

Text Example


Text Example

White with #A14723

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14723; }

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

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

background-color css

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

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

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

border-color css

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

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

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