Html Css Color HEX #A04743 Roof Terracotta

📋 copy color: '#A04743'

red 160 ◦ green 71 ◦ blue 67

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

Shades of Roof Terracotta #A04743

Tints of Roof Terracotta #A04743

RGB

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

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

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

R = 53.69%
G = 23.83%
B = 22.48%

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

#A04743 (or 0xA04743) is known color: Roof Terracotta. HEX triplet: A0, 47 and 43. RGB value is (160,71,67). Sum of RGB (Red+Green+Blue) = 160+71+67=298 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.69% from 298); Green value is 71 (28.12% from 255 or 23.83% from 298); Blue value is 67 (26.56% from 255 or 22.48% from 298); Max value from RGB is 160 - color contains mainly: red. Hex color #A04743 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04743 is #5FB8BC. Grayscale: #616161. Windows color (decimal): -6273213 or 4409248. OLE color: 4409248.

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

Color convert

RGB 160 71 67 -
CMYK 0 0.56 0.58 0.37
HSL 2.58º 0.41% 0.45% -
HSV(B) 2.58º 0.58% 0.63% -
XYZ 17.76 12.39 6.76 -
YUV 97.16 110.99 172.83 -
System Red Green Blue C M Y K H S L
Decimal 160 71 67 0 0.56 0.58 0.37 2.58 0.41 0.45
Hex A0 47 43 0 38 3A 25 3 29 2D
Octal 240 107 103 0 70 72 45 3 51 55
Binary 10100000 1000111 1000011 0 111000 111010 100101 11 101001 101101

Color Harmonies of #A04743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04743

Black with #A04743

Text Example


Text Example

White with #A04743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04743; }

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

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

background-color css

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

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

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

border-color css

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

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

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