Html Css Color HEX #A1443D Roof Terracotta

📋 copy color: '#A1443D'

red 161 ◦ green 68 ◦ blue 61

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

Shades of Roof Terracotta #A1443D

Tints of Roof Terracotta #A1443D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.45%

 BLUE value IS 61 (24.22% from 255) = 21.03%

R = 55.52%
G = 23.45%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.62

 K value IS 0.37

RGB Variations

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

Color information

#A1443D (or 0xA1443D) is known color: Roof Terracotta. HEX triplet: A1, 44 and 3D. RGB value is (161,68,61). Sum of RGB (Red+Green+Blue) = 161+68+61=290 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.52% from 290); Green value is 68 (26.95% from 255 or 23.45% from 290); Blue value is 61 (24.22% from 255 or 21.03% from 290); Max value from RGB is 161 - color contains mainly: red. Hex color #A1443D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1443D is #5EBBC2. Grayscale: #5F5F5F. Windows color (decimal): -6208451 or 4015265. OLE color: 4015265.

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

Color convert

RGB 161 68 61 -
CMYK 0 0.58 0.62 0.37
HSL 4.2º 0.45% 0.44% -
HSV(B) 4.2º 0.62% 0.63% -
XYZ 17.61 12.05 5.81 -
YUV 95.01 108.81 175.07 -
System Red Green Blue C M Y K H S L
Decimal 161 68 61 0 0.58 0.62 0.37 4.2 0.45 0.44
Hex A1 44 3D 0 3A 3E 25 4 2D 2C
Octal 241 104 75 0 72 76 45 4 55 54
Binary 10100001 1000100 111101 0 111010 111110 100101 100 101101 101100

Color Harmonies of #A1443D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1443D

Black with #A1443D

Text Example


Text Example

White with #A1443D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1443D; }

 p { color: rgb(161,68,61); }

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

background-color css

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

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

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

border-color css

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

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

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