Html Css Color HEX #A04943 Roof Terracotta

📋 copy color: '#A04943'

red 160 ◦ green 73 ◦ blue 67

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

Shades of Roof Terracotta #A04943

Tints of Roof Terracotta #A04943

RGB

 RED value IS 160 (62.89% from 255) = 53.33%

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

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

R = 53.33%
G = 24.33%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.58

 K value IS 0.37

RGB Variations

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

Color information

#A04943 (or 0xA04943) is known color: Roof Terracotta. HEX triplet: A0, 49 and 43. RGB value is (160,73,67). Sum of RGB (Red+Green+Blue) = 160+73+67=300 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.33% from 300); Green value is 73 (28.91% from 255 or 24.33% from 300); Blue value is 67 (26.56% from 255 or 22.33% from 300); Max value from RGB is 160 - color contains mainly: red. Hex color #A04943 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04943 is #5FB6BC. Grayscale: #626262. Windows color (decimal): -6272701 or 4409760. OLE color: 4409760.

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

Color convert

RGB 160 73 67 -
CMYK 0 0.54 0.58 0.37
HSL 3.87º 0.41% 0.45% -
HSV(B) 3.87º 0.58% 0.63% -
XYZ 17.89 12.64 6.81 -
YUV 98.33 110.32 171.99 -
System Red Green Blue C M Y K H S L
Decimal 160 73 67 0 0.54 0.58 0.37 3.87 0.41 0.45
Hex A0 49 43 0 36 3A 25 4 29 2D
Octal 240 111 103 0 66 72 45 4 51 55
Binary 10100000 1001001 1000011 0 110110 111010 100101 100 101001 101101

Color Harmonies of #A04943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04943

Black with #A04943

Text Example


Text Example

White with #A04943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04943; }

 p { color: rgb(160,73,67); }

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

background-color css

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

 a { background-color: rgb(160,73,67); }

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

border-color css

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

 span { border-color: rgb(160,73,67); }

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