Html Css Color HEX #A04746 Roof Terracotta

📋 copy color: '#A04746'

red 160 ◦ green 71 ◦ blue 70

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

Shades of Roof Terracotta #A04746

Tints of Roof Terracotta #A04746

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 23.26%

R = 53.16%
G = 23.59%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.56

 K value IS 0.37

RGB Variations

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

Color information

#A04746 (or 0xA04746) is known color: Roof Terracotta. HEX triplet: A0, 47 and 46. RGB value is (160,71,70). Sum of RGB (Red+Green+Blue) = 160+71+70=301 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.16% from 301); Green value is 71 (28.12% from 255 or 23.59% from 301); Blue value is 70 (27.73% from 255 or 23.26% from 301); Max value from RGB is 160 - color contains mainly: red. Hex color #A04746 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04746 is #5FB8B9. Grayscale: #616161. Windows color (decimal): -6273210 or 4605856. OLE color: 4605856.

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

Color convert

RGB 160 71 70 -
CMYK 0 0.56 0.56 0.37
HSL 0.67º 0.39% 0.45% -
HSV(B) 0.67º 0.56% 0.63% -
XYZ 17.86 12.42 7.25 -
YUV 97.5 112.49 172.58 -
System Red Green Blue C M Y K H S L
Decimal 160 71 70 0 0.56 0.56 0.37 0.67 0.39 0.45
Hex A0 47 46 0 38 38 25 1 27 2D
Octal 240 107 106 0 70 70 45 1 47 55
Binary 10100000 1000111 1000110 0 111000 111000 100101 1 100111 101101

Color Harmonies of #A04746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04746

Black with #A04746

Text Example


Text Example

White with #A04746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04746; }

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

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

background-color css

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

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

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

border-color css

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

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

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