Html Css Color HEX #A14746 Roof Terracotta

📋 copy color: '#A14746'

red 161 ◦ green 71 ◦ blue 70

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

Shades of Roof Terracotta #A14746

Tints of Roof Terracotta #A14746

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.51%

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

R = 53.31%
G = 23.51%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.57

 K value IS 0.37

RGB Variations

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

Color information

#A14746 (or 0xA14746) is known color: Roof Terracotta. HEX triplet: A1, 47 and 46. RGB value is (161,71,70). Sum of RGB (Red+Green+Blue) = 161+71+70=302 (40% of max value = 765). Red value is 161 (63.28% from 255 or 53.31% from 302); Green value is 71 (28.12% from 255 or 23.51% from 302); Blue value is 70 (27.73% from 255 or 23.18% from 302); Max value from RGB is 161 - color contains mainly: red. Hex color #A14746 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14746 is #5EB8B9. Grayscale: #616161. Windows color (decimal): -6207674 or 4605857. OLE color: 4605857.

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

Color convert

RGB 161 71 70 -
CMYK 0 0.56 0.57 0.37
HSL 0.66º 0.39% 0.45% -
HSV(B) 0.66º 0.57% 0.63% -
XYZ 18.06 12.53 7.26 -
YUV 97.8 112.32 173.08 -
System Red Green Blue C M Y K H S L
Decimal 161 71 70 0 0.56 0.57 0.37 0.66 0.39 0.45
Hex A1 47 46 0 38 39 25 1 27 2D
Octal 241 107 106 0 70 71 45 1 47 55
Binary 10100001 1000111 1000110 0 111000 111001 100101 1 100111 101101

Color Harmonies of #A14746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14746

Black with #A14746

Text Example


Text Example

White with #A14746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14746; }

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

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

background-color css

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

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

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

border-color css

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

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

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