Html Css Color HEX #A14E11 Rich Gold

📋 copy color: '#A14E11'

red 161 ◦ green 78 ◦ blue 17

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

Shades of Rich Gold #A14E11

Tints of Rich Gold #A14E11

RGB

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

 GREEN value IS 78 (30.86% from 255) = 30.47%

 BLUE value IS 17 (7.03% from 255) = 6.64%

R = 62.89%
G = 30.47%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A14E11 (or 0xA14E11) is known color: Rich Gold. HEX triplet: A1, 4E and 11. RGB value is (161,78,17). Sum of RGB (Red+Green+Blue) = 161+78+17=256 (33% of max value = 765). Red value is 161 (63.28% from 255 or 62.89% from 256); Green value is 78 (30.86% from 255 or 30.47% from 256); Blue value is 17 (7.03% from 255 or 6.64% from 256); Max value from RGB is 161 - color contains mainly: red. Hex color #A14E11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A14E11 is #5EB1EE. Grayscale: #606060. Windows color (decimal): -6205935 or 1134241. OLE color: 1134241.

HSL color Cylindrical-coordinate representation of color #A14E11: hue angle of 25.42º degrees, saturation: 0.81, 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 #A14E11 is Cyan = 0, Magento = 0.52, Yellow = 0.89 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 78 17 -
CMYK 0 0.52 0.89 0.37
HSL 25.42º 0.81% 0.35% -
HSV(B) 25.42º 0.89% 0.63% -
XYZ 17.52 13.07 2.13 -
YUV 95.86 83.5 174.46 -
System Red Green Blue C M Y K H S L
Decimal 161 78 17 0 0.52 0.89 0.37 25.42 0.81 0.35
Hex A1 4E 11 0 34 59 25 19 51 23
Octal 241 116 21 0 64 131 45 31 121 43
Binary 10100001 1001110 10001 0 110100 1011001 100101 11001 1010001 100011

Color Harmonies of #A14E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14E11

Black with #A14E11

Text Example


Text Example

White with #A14E11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14E11; }

 p { color: rgb(161,78,17); }

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

background-color css

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

 a { background-color: rgb(161,78,17); }

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

border-color css

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

 span { border-color: rgb(161,78,17); }

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