Html Css Color HEX #A0443E Roof Terracotta

📋 copy color: '#A0443E'

red 160 ◦ green 68 ◦ blue 62

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

Shades of Roof Terracotta #A0443E

Tints of Roof Terracotta #A0443E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.45%

 BLUE value IS 62 (24.61% from 255) = 21.38%

R = 55.17%
G = 23.45%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.61

 K value IS 0.37

RGB Variations

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

Color information

#A0443E (or 0xA0443E) is known color: Roof Terracotta. HEX triplet: A0, 44 and 3E. RGB value is (160,68,62). Sum of RGB (Red+Green+Blue) = 160+68+62=290 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.17% from 290); Green value is 68 (26.95% from 255 or 23.45% from 290); Blue value is 62 (24.61% from 255 or 21.38% from 290); Max value from RGB is 160 - color contains mainly: red. Hex color #A0443E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0443E is #5FBBC1. Grayscale: #5E5E5E. Windows color (decimal): -6273986 or 4080800. OLE color: 4080800.

HSL color Cylindrical-coordinate representation of color #A0443E: hue angle of 3.67º degrees, saturation: 0.44, 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 #A0443E is Cyan = 0, Magento = 0.57, Yellow = 0.61 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 68 62 -
CMYK 0 0.57 0.61 0.37
HSL 3.67º 0.44% 0.44% -
HSV(B) 3.67º 0.61% 0.63% -
XYZ 17.43 11.96 5.95 -
YUV 94.82 109.48 174.49 -
System Red Green Blue C M Y K H S L
Decimal 160 68 62 0 0.57 0.61 0.37 3.67 0.44 0.44
Hex A0 44 3E 0 39 3D 25 4 2C 2C
Octal 240 104 76 0 71 75 45 4 54 54
Binary 10100000 1000100 111110 0 111001 111101 100101 100 101100 101100

Color Harmonies of #A0443E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0443E

Black with #A0443E

Text Example


Text Example

White with #A0443E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0443E; }

 p { color: rgb(160,68,62); }

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

background-color css

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

 a { background-color: rgb(160,68,62); }

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

border-color css

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

 span { border-color: rgb(160,68,62); }

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