Html Css Color HEX #A14816 Rich Gold

📋 copy color: '#A14816'

red 161 ◦ green 72 ◦ blue 22

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

Shades of Rich Gold #A14816

Tints of Rich Gold #A14816

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.24%

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

R = 63.14%
G = 28.24%
B = 8.63%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#A14816 (or 0xA14816) is known color: Rich Gold. HEX triplet: A1, 48 and 16. RGB value is (161,72,22). Sum of RGB (Red+Green+Blue) = 161+72+22=255 (33% of max value = 765). Red value is 161 (63.28% from 255 or 63.14% from 255); Green value is 72 (28.52% from 255 or 28.24% from 255); Blue value is 22 (8.98% from 255 or 8.63% from 255); Max value from RGB is 161 - color contains mainly: red. Hex color #A14816 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14816 is #5EB7E9. Grayscale: #5D5D5D. Windows color (decimal): -6207466 or 1460385. OLE color: 1460385.

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

Color convert

RGB 161 72 22 -
CMYK 0 0.55 0.86 0.37
HSL 21.58º 0.76% 0.36% -
HSV(B) 21.58º 0.86% 0.63% -
XYZ 17.16 12.27 2.22 -
YUV 92.91 87.99 176.57 -
System Red Green Blue C M Y K H S L
Decimal 161 72 22 0 0.55 0.86 0.37 21.58 0.76 0.36
Hex A1 48 16 0 37 56 25 16 4C 24
Octal 241 110 26 0 67 126 45 26 114 44
Binary 10100001 1001000 10110 0 110111 1010110 100101 10110 1001100 100100

Color Harmonies of #A14816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14816

Black with #A14816

Text Example


Text Example

White with #A14816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14816; }

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

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

background-color css

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

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

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

border-color css

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

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

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