Html Css Color HEX #A04843 Roof Terracotta

📋 copy color: '#A04843'

red 160 ◦ green 72 ◦ blue 67

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

Shades of Roof Terracotta #A04843

Tints of Roof Terracotta #A04843

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.08%

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

R = 53.51%
G = 24.08%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.58

 K value IS 0.37

RGB Variations

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

Color information

#A04843 (or 0xA04843) is known color: Roof Terracotta. HEX triplet: A0, 48 and 43. RGB value is (160,72,67). Sum of RGB (Red+Green+Blue) = 160+72+67=299 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.51% from 299); Green value is 72 (28.52% from 255 or 24.08% from 299); Blue value is 67 (26.56% from 255 or 22.41% from 299); Max value from RGB is 160 - color contains mainly: red. Hex color #A04843 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04843 is #5FB7BC. Grayscale: #616161. Windows color (decimal): -6272957 or 4409504. OLE color: 4409504.

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

Color convert

RGB 160 72 67 -
CMYK 0 0.55 0.58 0.37
HSL 3.23º 0.41% 0.45% -
HSV(B) 3.23º 0.58% 0.63% -
XYZ 17.83 12.51 6.79 -
YUV 97.74 110.65 172.41 -
System Red Green Blue C M Y K H S L
Decimal 160 72 67 0 0.55 0.58 0.37 3.23 0.41 0.45
Hex A0 48 43 0 37 3A 25 3 29 2D
Octal 240 110 103 0 67 72 45 3 51 55
Binary 10100000 1001000 1000011 0 110111 111010 100101 11 101001 101101

Color Harmonies of #A04843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04843

Black with #A04843

Text Example


Text Example

White with #A04843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04843; }

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

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

background-color css

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

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

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

border-color css

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

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

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