Html Css Color HEX #A14118 Rich Gold

📋 copy color: '#A14118'

red 161 ◦ green 65 ◦ blue 24

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

Shades of Rich Gold #A14118

Tints of Rich Gold #A14118

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26%

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

R = 64.4%
G = 26%
B = 9.6%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.85

 K value IS 0.37

RGB Variations

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

Color information

#A14118 (or 0xA14118) is known color: Rich Gold. HEX triplet: A1, 41 and 18. RGB value is (161,65,24). Sum of RGB (Red+Green+Blue) = 161+65+24=250 (33% of max value = 765). Red value is 161 (63.28% from 255 or 64.4% from 250); Green value is 65 (25.78% from 255 or 26% from 250); Blue value is 24 (9.77% from 255 or 9.6% from 250); Max value from RGB is 161 - color contains mainly: red. Hex color #A14118 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14118 is #5EBEE7. Grayscale: #595959. Windows color (decimal): -6209256 or 1589665. OLE color: 1589665.

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

Color convert

RGB 161 65 24 -
CMYK 0 0.60 0.85 0.37
HSL 17.96º 0.74% 0.36% -
HSV(B) 17.96º 0.85% 0.63% -
XYZ 16.75 11.42 2.19 -
YUV 89.03 91.3 179.33 -
System Red Green Blue C M Y K H S L
Decimal 161 65 24 0 0.60 0.85 0.37 17.96 0.74 0.36
Hex A1 41 18 0 3C 55 25 12 4A 24
Octal 241 101 30 0 74 125 45 22 112 44
Binary 10100001 1000001 11000 0 111100 1010101 100101 10010 1001010 100100

Color Harmonies of #A14118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14118

Black with #A14118

Text Example


Text Example

White with #A14118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14118; }

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

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

background-color css

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

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

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

border-color css

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

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

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