Html Css Color HEX #A14416 Rich Gold

📋 copy color: '#A14416'

red 161 ◦ green 68 ◦ blue 22

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

Shades of Rich Gold #A14416

Tints of Rich Gold #A14416

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.09%

 BLUE value IS 22 (8.98% from 255) = 8.76%

R = 64.14%
G = 27.09%
B = 8.76%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#A14416 (or 0xA14416) is known color: Rich Gold. HEX triplet: A1, 44 and 16. RGB value is (161,68,22). Sum of RGB (Red+Green+Blue) = 161+68+22=251 (33% of max value = 765). Red value is 161 (63.28% from 255 or 64.14% from 251); Green value is 68 (26.95% from 255 or 27.09% from 251); Blue value is 22 (8.98% from 255 or 8.76% from 251); Max value from RGB is 161 - color contains mainly: red. Hex color #A14416 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14416 is #5EBBE9. Grayscale: #5A5A5A. Windows color (decimal): -6208490 or 1459361. OLE color: 1459361.

HSL color Cylindrical-coordinate representation of color #A14416: hue angle of 19.86º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A14416 is Cyan = 0, Magento = 0.58, Yellow = 0.86 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 68 22 -
CMYK 0 0.58 0.86 0.37
HSL 19.86º 0.76% 0.36% -
HSV(B) 19.86º 0.86% 0.63% -
XYZ 16.91 11.77 2.14 -
YUV 90.56 89.31 178.24 -
System Red Green Blue C M Y K H S L
Decimal 161 68 22 0 0.58 0.86 0.37 19.86 0.76 0.36
Hex A1 44 16 0 3A 56 25 14 4C 24
Octal 241 104 26 0 72 126 45 24 114 44
Binary 10100001 1000100 10110 0 111010 1010110 100101 10100 1001100 100100

Color Harmonies of #A14416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14416

Black with #A14416

Text Example


Text Example

White with #A14416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14416; }

 p { color: rgb(161,68,22); }

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

background-color css

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

 a { background-color: rgb(161,68,22); }

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

border-color css

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

 span { border-color: rgb(161,68,22); }

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