Html Css Color HEX #A14515 Rich Gold

📋 copy color: '#A14515'

red 161 ◦ green 69 ◦ blue 21

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

Shades of Rich Gold #A14515

Tints of Rich Gold #A14515

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.49%

 BLUE value IS 21 (8.59% from 255) = 8.37%

R = 64.14%
G = 27.49%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.87

 K value IS 0.37

RGB Variations

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

Color information

#A14515 (or 0xA14515) is known color: Rich Gold. HEX triplet: A1, 45 and 15. RGB value is (161,69,21). Sum of RGB (Red+Green+Blue) = 161+69+21=251 (33% of max value = 765). Red value is 161 (63.28% from 255 or 64.14% from 251); Green value is 69 (27.34% from 255 or 27.49% from 251); Blue value is 21 (8.59% from 255 or 8.37% from 251); Max value from RGB is 161 - color contains mainly: red. Hex color #A14515 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14515 is #5EBAEA. Grayscale: #5B5B5B. Windows color (decimal): -6208235 or 1394081. OLE color: 1394081.

HSL color Cylindrical-coordinate representation of color #A14515: hue angle of 20.57º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A14515 is Cyan = 0, Magento = 0.57, Yellow = 0.87 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 69 21 -
CMYK 0 0.57 0.87 0.37
HSL 20.57º 0.77% 0.36% -
HSV(B) 20.57º 0.87% 0.63% -
XYZ 16.96 11.89 2.11 -
YUV 91.04 88.48 177.9 -
System Red Green Blue C M Y K H S L
Decimal 161 69 21 0 0.57 0.87 0.37 20.57 0.77 0.36
Hex A1 45 15 0 39 57 25 15 4D 24
Octal 241 105 25 0 71 127 45 25 115 44
Binary 10100001 1000101 10101 0 111001 1010111 100101 10101 1001101 100100

Color Harmonies of #A14515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14515

Black with #A14515

Text Example


Text Example

White with #A14515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14515; }

 p { color: rgb(161,69,21); }

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

background-color css

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

 a { background-color: rgb(161,69,21); }

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

border-color css

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

 span { border-color: rgb(161,69,21); }

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