Html Css Color HEX #A14714 Rich Gold

📋 copy color: '#A14714'

red 161 ◦ green 71 ◦ blue 20

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

Shades of Rich Gold #A14714

Tints of Rich Gold #A14714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.94%

R = 63.89%
G = 28.17%
B = 7.94%

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

#A14714 (or 0xA14714) is known color: Rich Gold. HEX triplet: A1, 47 and 14. RGB value is (161,71,20). Sum of RGB (Red+Green+Blue) = 161+71+20=252 (33% of max value = 765). Red value is 161 (63.28% from 255 or 63.89% from 252); Green value is 71 (28.12% from 255 or 28.17% from 252); Blue value is 20 (8.20% from 255 or 7.94% from 252); Max value from RGB is 161 - color contains mainly: red. Hex color #A14714 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14714 is #5EB8EB. Grayscale: #5C5C5C. Windows color (decimal): -6207724 or 1329057. OLE color: 1329057.

HSL color Cylindrical-coordinate representation of color #A14714: hue angle of 21.7º degrees, saturation: 0.78, 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 #A14714 is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 71 20 -
CMYK 0 0.56 0.88 0.37
HSL 21.7º 0.78% 0.35% -
HSV(B) 21.7º 0.88% 0.63% -
XYZ 17.08 12.13 2.1 -
YUV 92.1 87.32 177.15 -
System Red Green Blue C M Y K H S L
Decimal 161 71 20 0 0.56 0.88 0.37 21.7 0.78 0.35
Hex A1 47 14 0 38 58 25 16 4E 23
Octal 241 107 24 0 70 130 45 26 116 43
Binary 10100001 1000111 10100 0 111000 1011000 100101 10110 1001110 100011

Color Harmonies of #A14714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14714

Black with #A14714

Text Example


Text Example

White with #A14714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14714; }

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

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

background-color css

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

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

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

border-color css

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

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

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