Html Css Color HEX #A14F17 Rich Gold

📋 copy color: '#A14F17'

red 161 ◦ green 79 ◦ blue 23

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

Shades of Rich Gold #A14F17

Tints of Rich Gold #A14F17

RGB

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

 GREEN value IS 79 (31.25% from 255) = 30.04%

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

R = 61.22%
G = 30.04%
B = 8.75%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#A14F17 (or 0xA14F17) is known color: Rich Gold. HEX triplet: A1, 4F and 17. RGB value is (161,79,23). Sum of RGB (Red+Green+Blue) = 161+79+23=263 (34% of max value = 765). Red value is 161 (63.28% from 255 or 61.22% from 263); Green value is 79 (31.25% from 255 or 30.04% from 263); Blue value is 23 (9.38% from 255 or 8.75% from 263); Max value from RGB is 161 - color contains mainly: red. Hex color #A14F17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A14F17 is #5EB0E8. Grayscale: #616161. Windows color (decimal): -6205673 or 1527713. OLE color: 1527713.

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

Color convert

RGB 161 79 23 -
CMYK 0 0.51 0.86 0.37
HSL 24.35º 0.75% 0.36% -
HSV(B) 24.35º 0.86% 0.63% -
XYZ 17.65 13.23 2.43 -
YUV 97.13 86.17 173.55 -
System Red Green Blue C M Y K H S L
Decimal 161 79 23 0 0.51 0.86 0.37 24.35 0.75 0.36
Hex A1 4F 17 0 33 56 25 18 4B 24
Octal 241 117 27 0 63 126 45 30 113 44
Binary 10100001 1001111 10111 0 110011 1010110 100101 11000 1001011 100100

Color Harmonies of #A14F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14F17

Black with #A14F17

Text Example


Text Example

White with #A14F17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14F17; }

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

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

background-color css

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

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

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

border-color css

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

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

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