Html Css Color HEX #A14417 Rich Gold

📋 copy color: '#A14417'

red 161 ◦ green 68 ◦ blue 23

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

Shades of Rich Gold #A14417

Tints of Rich Gold #A14417

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 9.13%

R = 63.89%
G = 26.98%
B = 9.13%

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

#A14417 (or 0xA14417) is known color: Rich Gold. HEX triplet: A1, 44 and 17. RGB value is (161,68,23). Sum of RGB (Red+Green+Blue) = 161+68+23=252 (33% of max value = 765). Red value is 161 (63.28% from 255 or 63.89% from 252); Green value is 68 (26.95% from 255 or 26.98% from 252); Blue value is 23 (9.38% from 255 or 9.13% from 252); Max value from RGB is 161 - color contains mainly: red. Hex color #A14417 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14417 is #5EBBE8. Grayscale: #5A5A5A. Windows color (decimal): -6208489 or 1524897. OLE color: 1524897.

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

Color convert

RGB 161 68 23 -
CMYK 0 0.58 0.86 0.37
HSL 19.57º 0.75% 0.36% -
HSV(B) 19.57º 0.86% 0.63% -
XYZ 16.92 11.77 2.19 -
YUV 90.68 89.81 178.16 -
System Red Green Blue C M Y K H S L
Decimal 161 68 23 0 0.58 0.86 0.37 19.57 0.75 0.36
Hex A1 44 17 0 3A 56 25 14 4B 24
Octal 241 104 27 0 72 126 45 24 113 44
Binary 10100001 1000100 10111 0 111010 1010110 100101 10100 1001011 100100

Color Harmonies of #A14417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14417

Black with #A14417

Text Example


Text Example

White with #A14417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14417; }

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

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

background-color css

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

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

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

border-color css

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

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

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