Html Css Color HEX #A14818 Rich Gold

📋 copy color: '#A14818'

red 161 ◦ green 72 ◦ blue 24

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

Shades of Rich Gold #A14818

Tints of Rich Gold #A14818

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.02%

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

R = 62.65%
G = 28.02%
B = 9.34%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.85

 K value IS 0.37

RGB Variations

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

Color information

#A14818 (or 0xA14818) is known color: Rich Gold. HEX triplet: A1, 48 and 18. RGB value is (161,72,24). Sum of RGB (Red+Green+Blue) = 161+72+24=257 (34% of max value = 765). Red value is 161 (63.28% from 255 or 62.65% from 257); Green value is 72 (28.52% from 255 or 28.02% from 257); Blue value is 24 (9.77% from 255 or 9.34% from 257); Max value from RGB is 161 - color contains mainly: red. Hex color #A14818 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14818 is #5EB7E7. Grayscale: #5D5D5D. Windows color (decimal): -6207464 or 1591457. OLE color: 1591457.

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

Color convert

RGB 161 72 24 -
CMYK 0 0.55 0.85 0.37
HSL 21.02º 0.74% 0.36% -
HSV(B) 21.02º 0.85% 0.63% -
XYZ 17.18 12.28 2.33 -
YUV 93.14 88.99 176.4 -
System Red Green Blue C M Y K H S L
Decimal 161 72 24 0 0.55 0.85 0.37 21.02 0.74 0.36
Hex A1 48 18 0 37 55 25 15 4A 24
Octal 241 110 30 0 67 125 45 25 112 44
Binary 10100001 1001000 11000 0 110111 1010101 100101 10101 1001010 100100

Color Harmonies of #A14818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14818

Black with #A14818

Text Example


Text Example

White with #A14818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14818; }

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

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

background-color css

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

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

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

border-color css

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

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

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