Html Css Color HEX #A0493F Roof Terracotta

📋 copy color: '#A0493F'

red 160 ◦ green 73 ◦ blue 63

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

Shades of Roof Terracotta #A0493F

Tints of Roof Terracotta #A0493F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 21.28%

R = 54.05%
G = 24.66%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.61

 K value IS 0.37

RGB Variations

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

Color information

#A0493F (or 0xA0493F) is known color: Roof Terracotta. HEX triplet: A0, 49 and 3F. RGB value is (160,73,63). Sum of RGB (Red+Green+Blue) = 160+73+63=296 (39% of max value = 765). Red value is 160 (62.89% from 255 or 54.05% from 296); Green value is 73 (28.91% from 255 or 24.66% from 296); Blue value is 63 (25% from 255 or 21.28% from 296); Max value from RGB is 160 - color contains mainly: red. Hex color #A0493F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0493F is #5FB6C0. Grayscale: #626262. Windows color (decimal): -6272705 or 4147616. OLE color: 4147616.

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

Color convert

RGB 160 73 63 -
CMYK 0 0.54 0.61 0.37
HSL 6.19º 0.43% 0.44% -
HSV(B) 6.19º 0.61% 0.63% -
XYZ 17.78 12.6 6.2 -
YUV 97.87 108.32 172.31 -
System Red Green Blue C M Y K H S L
Decimal 160 73 63 0 0.54 0.61 0.37 6.19 0.43 0.44
Hex A0 49 3F 0 36 3D 25 6 2B 2C
Octal 240 111 77 0 66 75 45 6 53 54
Binary 10100000 1001001 111111 0 110110 111101 100101 110 101011 101100

Color Harmonies of #A0493F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0493F

Black with #A0493F

Text Example


Text Example

White with #A0493F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0493F; }

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

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

background-color css

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

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

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

border-color css

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

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

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