Html Css Color HEX #A04742 Roof Terracotta

📋 copy color: '#A04742'

red 160 ◦ green 71 ◦ blue 66

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

Shades of Roof Terracotta #A04742

Tints of Roof Terracotta #A04742

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 22.22%

R = 53.87%
G = 23.91%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.59

 K value IS 0.37

RGB Variations

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

Color information

#A04742 (or 0xA04742) is known color: Roof Terracotta. HEX triplet: A0, 47 and 42. RGB value is (160,71,66). Sum of RGB (Red+Green+Blue) = 160+71+66=297 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.87% from 297); Green value is 71 (28.12% from 255 or 23.91% from 297); Blue value is 66 (26.17% from 255 or 22.22% from 297); Max value from RGB is 160 - color contains mainly: red. Hex color #A04742 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04742 is #5FB8BD. Grayscale: #616161. Windows color (decimal): -6273214 or 4343712. OLE color: 4343712.

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

Color convert

RGB 160 71 66 -
CMYK 0 0.56 0.59 0.37
HSL 3.19º 0.42% 0.44% -
HSV(B) 3.19º 0.59% 0.63% -
XYZ 17.73 12.37 6.61 -
YUV 97.04 110.49 172.91 -
System Red Green Blue C M Y K H S L
Decimal 160 71 66 0 0.56 0.59 0.37 3.19 0.42 0.44
Hex A0 47 42 0 38 3B 25 3 2A 2C
Octal 240 107 102 0 70 73 45 3 52 54
Binary 10100000 1000111 1000010 0 111000 111011 100101 11 101010 101100

Color Harmonies of #A04742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04742

Black with #A04742

Text Example


Text Example

White with #A04742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04742; }

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

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

background-color css

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

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

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

border-color css

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

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

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