Html Css Color HEX #A14415 Rich Gold

📋 copy color: '#A14415'

red 161 ◦ green 68 ◦ blue 21

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

Shades of Rich Gold #A14415

Tints of Rich Gold #A14415

RGB

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

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

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

R = 64.4%
G = 27.2%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.87

 K value IS 0.37

RGB Variations

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

Color information

#A14415 (or 0xA14415) is known color: Rich Gold. HEX triplet: A1, 44 and 15. RGB value is (161,68,21). Sum of RGB (Red+Green+Blue) = 161+68+21=250 (33% of max value = 765). Red value is 161 (63.28% from 255 or 64.4% from 250); Green value is 68 (26.95% from 255 or 27.2% from 250); Blue value is 21 (8.59% from 255 or 8.4% from 250); Max value from RGB is 161 - color contains mainly: red. Hex color #A14415 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14415 is #5EBBEA. Grayscale: #5A5A5A. Windows color (decimal): -6208491 or 1393825. OLE color: 1393825.

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

Color convert

RGB 161 68 21 -
CMYK 0 0.58 0.87 0.37
HSL 20.14º 0.77% 0.36% -
HSV(B) 20.14º 0.87% 0.63% -
XYZ 16.9 11.77 2.09 -
YUV 90.45 88.81 178.32 -
System Red Green Blue C M Y K H S L
Decimal 161 68 21 0 0.58 0.87 0.37 20.14 0.77 0.36
Hex A1 44 15 0 3A 57 25 14 4D 24
Octal 241 104 25 0 72 127 45 24 115 44
Binary 10100001 1000100 10101 0 111010 1010111 100101 10100 1001101 100100

Color Harmonies of #A14415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14415

Black with #A14415

Text Example


Text Example

White with #A14415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14415; }

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

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

background-color css

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

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

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

border-color css

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

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

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