Html Css Color HEX #A14418 Rich Gold

📋 copy color: '#A14418'

red 161 ◦ green 68 ◦ blue 24

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

Shades of Rich Gold #A14418

Tints of Rich Gold #A14418

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.49%

R = 63.64%
G = 26.88%
B = 9.49%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.85

 K value IS 0.37

RGB Variations

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

Color information

#A14418 (or 0xA14418) is known color: Rich Gold. HEX triplet: A1, 44 and 18. RGB value is (161,68,24). Sum of RGB (Red+Green+Blue) = 161+68+24=253 (33% of max value = 765). Red value is 161 (63.28% from 255 or 63.64% from 253); Green value is 68 (26.95% from 255 or 26.88% from 253); Blue value is 24 (9.77% from 255 or 9.49% from 253); Max value from RGB is 161 - color contains mainly: red. Hex color #A14418 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14418 is #5EBBE7. Grayscale: #5B5B5B. Windows color (decimal): -6208488 or 1590433. OLE color: 1590433.

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

Color convert

RGB 161 68 24 -
CMYK 0 0.58 0.85 0.37
HSL 19.27º 0.74% 0.36% -
HSV(B) 19.27º 0.85% 0.63% -
XYZ 16.93 11.78 2.25 -
YUV 90.79 90.31 178.08 -
System Red Green Blue C M Y K H S L
Decimal 161 68 24 0 0.58 0.85 0.37 19.27 0.74 0.36
Hex A1 44 18 0 3A 55 25 13 4A 24
Octal 241 104 30 0 72 125 45 23 112 44
Binary 10100001 1000100 11000 0 111010 1010101 100101 10011 1001010 100100

Color Harmonies of #A14418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14418

Black with #A14418

Text Example


Text Example

White with #A14418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14418; }

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

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

background-color css

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

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

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

border-color css

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

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

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