Html Css Color HEX #A14713 Rich Gold

📋 copy color: '#A14713'

red 161 ◦ green 71 ◦ blue 19

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

Shades of Rich Gold #A14713

Tints of Rich Gold #A14713

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.29%

 BLUE value IS 19 (7.81% from 255) = 7.57%

R = 64.14%
G = 28.29%
B = 7.57%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#A14713 (or 0xA14713) is known color: Rich Gold. HEX triplet: A1, 47 and 13. RGB value is (161,71,19). Sum of RGB (Red+Green+Blue) = 161+71+19=251 (33% of max value = 765). Red value is 161 (63.28% from 255 or 64.14% from 251); Green value is 71 (28.12% from 255 or 28.29% from 251); Blue value is 19 (7.81% from 255 or 7.57% from 251); Max value from RGB is 161 - color contains mainly: red. Hex color #A14713 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14713 is #5EB8EC. Grayscale: #5C5C5C. Windows color (decimal): -6207725 or 1263521. OLE color: 1263521.

HSL color Cylindrical-coordinate representation of color #A14713: hue angle of 21.97º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A14713 is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 71 19 -
CMYK 0 0.56 0.88 0.37
HSL 21.97º 0.79% 0.35% -
HSV(B) 21.97º 0.88% 0.63% -
XYZ 17.07 12.13 2.06 -
YUV 91.98 86.82 177.23 -
System Red Green Blue C M Y K H S L
Decimal 161 71 19 0 0.56 0.88 0.37 21.97 0.79 0.35
Hex A1 47 13 0 38 58 25 16 4F 23
Octal 241 107 23 0 70 130 45 26 117 43
Binary 10100001 1000111 10011 0 111000 1011000 100101 10110 1001111 100011

Color Harmonies of #A14713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14713

Black with #A14713

Text Example


Text Example

White with #A14713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14713; }

 p { color: rgb(161,71,19); }

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

background-color css

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

 a { background-color: rgb(161,71,19); }

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

border-color css

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

 span { border-color: rgb(161,71,19); }

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