Html Css Color HEX #A14C12 Rich Gold

📋 copy color: '#A14C12'

red 161 ◦ green 76 ◦ blue 18

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

Shades of Rich Gold #A14C12

Tints of Rich Gold #A14C12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.06%

R = 63.14%
G = 29.8%
B = 7.06%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A14C12 (or 0xA14C12) is known color: Rich Gold. HEX triplet: A1, 4C and 12. RGB value is (161,76,18). Sum of RGB (Red+Green+Blue) = 161+76+18=255 (33% of max value = 765). Red value is 161 (63.28% from 255 or 63.14% from 255); Green value is 76 (30.08% from 255 or 29.80% from 255); Blue value is 18 (7.42% from 255 or 7.06% from 255); Max value from RGB is 161 - color contains mainly: red. Hex color #A14C12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14C12 is #5EB3ED. Grayscale: #5F5F5F. Windows color (decimal): -6206446 or 1199265. OLE color: 1199265.

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

Color convert

RGB 161 76 18 -
CMYK 0 0.53 0.89 0.37
HSL 24.34º 0.8% 0.35% -
HSV(B) 24.34º 0.89% 0.63% -
XYZ 17.39 12.79 2.12 -
YUV 94.8 84.66 175.22 -
System Red Green Blue C M Y K H S L
Decimal 161 76 18 0 0.53 0.89 0.37 24.34 0.8 0.35
Hex A1 4C 12 0 35 59 25 18 50 23
Octal 241 114 22 0 65 131 45 30 120 43
Binary 10100001 1001100 10010 0 110101 1011001 100101 11000 1010000 100011

Color Harmonies of #A14C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14C12

Black with #A14C12

Text Example


Text Example

White with #A14C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14C12; }

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

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

background-color css

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

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

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

border-color css

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

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

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