Html Css Color HEX #A14C21 Rich Gold

📋 copy color: '#A14C21'

red 161 ◦ green 76 ◦ blue 33

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

Shades of Rich Gold #A14C21

Tints of Rich Gold #A14C21

RGB

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

 GREEN value IS 76 (30.08% from 255) = 28.15%

 BLUE value IS 33 (13.28% from 255) = 12.22%

R = 59.63%
G = 28.15%
B = 12.22%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.80

 K value IS 0.37

RGB Variations

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

Color information

#A14C21 (or 0xA14C21) is known color: Rich Gold. HEX triplet: A1, 4C and 21. RGB value is (161,76,33). Sum of RGB (Red+Green+Blue) = 161+76+33=270 (35% of max value = 765). Red value is 161 (63.28% from 255 or 59.63% from 270); Green value is 76 (30.08% from 255 or 28.15% from 270); Blue value is 33 (13.28% from 255 or 12.22% from 270); Max value from RGB is 161 - color contains mainly: red. Hex color #A14C21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14C21 is #5EB3DE. Grayscale: #606060. Windows color (decimal): -6206431 or 2182305. OLE color: 2182305.

HSL color Cylindrical-coordinate representation of color #A14C21: hue angle of 20.16º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A14C21 is Cyan = 0, Magento = 0.53, Yellow = 0.80 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 76 33 -
CMYK 0 0.53 0.80 0.37
HSL 20.16º 0.66% 0.38% -
HSV(B) 20.16º 0.8% 0.63% -
XYZ 17.56 12.86 2.99 -
YUV 96.51 92.16 174 -
System Red Green Blue C M Y K H S L
Decimal 161 76 33 0 0.53 0.80 0.37 20.16 0.66 0.38
Hex A1 4C 21 0 35 50 25 14 42 26
Octal 241 114 41 0 65 120 45 24 102 46
Binary 10100001 1001100 100001 0 110101 1010000 100101 10100 1000010 100110

Color Harmonies of #A14C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14C21

Black with #A14C21

Text Example


Text Example

White with #A14C21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14C21; }

 p { color: rgb(161,76,33); }

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

background-color css

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

 a { background-color: rgb(161,76,33); }

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

border-color css

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

 span { border-color: rgb(161,76,33); }

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