Html Css Color HEX #A14316 Rich Gold

📋 copy color: '#A14316'

red 161 ◦ green 67 ◦ blue 22

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

Shades of Rich Gold #A14316

Tints of Rich Gold #A14316

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.8%

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

R = 64.4%
G = 26.8%
B = 8.8%

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

#A14316 (or 0xA14316) is known color: Rich Gold. HEX triplet: A1, 43 and 16. RGB value is (161,67,22). Sum of RGB (Red+Green+Blue) = 161+67+22=250 (33% of max value = 765). Red value is 161 (63.28% from 255 or 64.4% from 250); Green value is 67 (26.56% from 255 or 26.8% from 250); Blue value is 22 (8.98% from 255 or 8.8% from 250); Max value from RGB is 161 - color contains mainly: red. Hex color #A14316 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14316 is #5EBCE9. Grayscale: #5A5A5A. Windows color (decimal): -6208746 or 1459105. OLE color: 1459105.

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

Color convert

RGB 161 67 22 -
CMYK 0 0.58 0.86 0.37
HSL 19.42º 0.76% 0.36% -
HSV(B) 19.42º 0.86% 0.63% -
XYZ 16.85 11.65 2.12 -
YUV 89.98 89.64 178.66 -
System Red Green Blue C M Y K H S L
Decimal 161 67 22 0 0.58 0.86 0.37 19.42 0.76 0.36
Hex A1 43 16 0 3A 56 25 13 4C 24
Octal 241 103 26 0 72 126 45 23 114 44
Binary 10100001 1000011 10110 0 111010 1010110 100101 10011 1001100 100100

Color Harmonies of #A14316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14316

Black with #A14316

Text Example


Text Example

White with #A14316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14316; }

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

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

background-color css

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

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

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

border-color css

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

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

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