Html Css Color HEX #A14646 Roof Terracotta

📋 copy color: '#A14646'

red 161 ◦ green 70 ◦ blue 70

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

Shades of Roof Terracotta #A14646

Tints of Roof Terracotta #A14646

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.26%

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

R = 53.49%
G = 23.26%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.57

 K value IS 0.37

RGB Variations

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

Color information

#A14646 (or 0xA14646) is known color: Roof Terracotta. HEX triplet: A1, 46 and 46. RGB value is (161,70,70). Sum of RGB (Red+Green+Blue) = 161+70+70=301 (39% of max value = 765). Red value is 161 (63.28% from 255 or 53.49% from 301); Green value is 70 (27.73% from 255 or 23.26% from 301); Blue value is 70 (27.73% from 255 or 23.26% from 301); Max value from RGB is 161 - color contains mainly: red. Hex color #A14646 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14646 is #5EB9B9. Grayscale: #616161. Windows color (decimal): -6207930 or 4605601. OLE color: 4605601.

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

Color convert

RGB 161 70 70 -
CMYK 0 0.57 0.57 0.37
HSL 0.39% 0.45% -
HSV(B) 0.57% 0.63% -
XYZ 17.99 12.4 7.24 -
YUV 97.21 112.65 173.5 -
System Red Green Blue C M Y K H S L
Decimal 161 70 70 0 0.57 0.57 0.37 0 0.39 0.45
Hex A1 46 46 0 39 39 25 0 27 2D
Octal 241 106 106 0 71 71 45 0 47 55
Binary 10100001 1000110 1000110 0 111001 111001 100101 0 100111 101101

Color Harmonies of #A14646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14646

Black with #A14646

Text Example


Text Example

White with #A14646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14646; }

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

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

background-color css

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

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

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

border-color css

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

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

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