Html Css Color HEX #A14946 Roof Terracotta

📋 copy color: '#A14946'

red 161 ◦ green 73 ◦ blue 70

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

Shades of Roof Terracotta #A14946

Tints of Roof Terracotta #A14946

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.01%

 BLUE value IS 70 (27.73% from 255) = 23.03%

R = 52.96%
G = 24.01%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.57

 K value IS 0.37

RGB Variations

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

Color information

#A14946 (or 0xA14946) is known color: Roof Terracotta. HEX triplet: A1, 49 and 46. RGB value is (161,73,70). Sum of RGB (Red+Green+Blue) = 161+73+70=304 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.96% from 304); Green value is 73 (28.91% from 255 or 24.01% from 304); Blue value is 70 (27.73% from 255 or 23.03% from 304); Max value from RGB is 161 - color contains mainly: red. Hex color #A14946 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14946 is #5EB6B9. Grayscale: #636363. Windows color (decimal): -6207162 or 4606369. OLE color: 4606369.

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

Color convert

RGB 161 73 70 -
CMYK 0 0.55 0.57 0.37
HSL 1.98º 0.39% 0.45% -
HSV(B) 1.98º 0.57% 0.63% -
XYZ 18.19 12.78 7.3 -
YUV 98.97 111.65 172.24 -
System Red Green Blue C M Y K H S L
Decimal 161 73 70 0 0.55 0.57 0.37 1.98 0.39 0.45
Hex A1 49 46 0 37 39 25 2 27 2D
Octal 241 111 106 0 67 71 45 2 47 55
Binary 10100001 1001001 1000110 0 110111 111001 100101 10 100111 101101

Color Harmonies of #A14946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14946

Black with #A14946

Text Example


Text Example

White with #A14946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14946; }

 p { color: rgb(161,73,70); }

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

background-color css

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

 a { background-color: rgb(161,73,70); }

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

border-color css

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

 span { border-color: rgb(161,73,70); }

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