Html Css Color HEX #A14743 Roof Terracotta

📋 copy color: '#A14743'

red 161 ◦ green 71 ◦ blue 67

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

Shades of Roof Terracotta #A14743

Tints of Roof Terracotta #A14743

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 22.41%

R = 53.85%
G = 23.75%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.58

 K value IS 0.37

RGB Variations

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

Color information

#A14743 (or 0xA14743) is known color: Roof Terracotta. HEX triplet: A1, 47 and 43. RGB value is (161,71,67). Sum of RGB (Red+Green+Blue) = 161+71+67=299 (39% of max value = 765). Red value is 161 (63.28% from 255 or 53.85% from 299); Green value is 71 (28.12% from 255 or 23.75% from 299); Blue value is 67 (26.56% from 255 or 22.41% from 299); Max value from RGB is 161 - color contains mainly: red. Hex color #A14743 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14743 is #5EB8BC. Grayscale: #616161. Windows color (decimal): -6207677 or 4409249. OLE color: 4409249.

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

Color convert

RGB 161 71 67 -
CMYK 0 0.56 0.58 0.37
HSL 2.55º 0.41% 0.45% -
HSV(B) 2.55º 0.58% 0.63% -
XYZ 17.96 12.49 6.77 -
YUV 97.45 110.82 173.33 -
System Red Green Blue C M Y K H S L
Decimal 161 71 67 0 0.56 0.58 0.37 2.55 0.41 0.45
Hex A1 47 43 0 38 3A 25 3 29 2D
Octal 241 107 103 0 70 72 45 3 51 55
Binary 10100001 1000111 1000011 0 111000 111010 100101 11 101001 101101

Color Harmonies of #A14743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14743

Black with #A14743

Text Example


Text Example

White with #A14743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14743; }

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

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

background-color css

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

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

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

border-color css

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

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

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