Html Css Color HEX #A04441 Roof Terracotta

📋 copy color: '#A04441'

red 160 ◦ green 68 ◦ blue 65

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

Shades of Roof Terracotta #A04441

Tints of Roof Terracotta #A04441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 22.18%

R = 54.61%
G = 23.21%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.59

 K value IS 0.37

RGB Variations

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

Color information

#A04441 (or 0xA04441) is known color: Roof Terracotta. HEX triplet: A0, 44 and 41. RGB value is (160,68,65). Sum of RGB (Red+Green+Blue) = 160+68+65=293 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.61% from 293); Green value is 68 (26.95% from 255 or 23.21% from 293); Blue value is 65 (25.78% from 255 or 22.18% from 293); Max value from RGB is 160 - color contains mainly: red. Hex color #A04441 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04441 is #5FBBBE. Grayscale: #5F5F5F. Windows color (decimal): -6273983 or 4277408. OLE color: 4277408.

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

Color convert

RGB 160 68 65 -
CMYK 0 0.57 0.59 0.37
HSL 1.89º 0.42% 0.44% -
HSV(B) 1.89º 0.59% 0.63% -
XYZ 17.52 11.99 6.39 -
YUV 95.17 110.98 174.24 -
System Red Green Blue C M Y K H S L
Decimal 160 68 65 0 0.57 0.59 0.37 1.89 0.42 0.44
Hex A0 44 41 0 39 3B 25 2 2A 2C
Octal 240 104 101 0 71 73 45 2 52 54
Binary 10100000 1000100 1000001 0 111001 111011 100101 10 101010 101100

Color Harmonies of #A04441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04441

Black with #A04441

Text Example


Text Example

White with #A04441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04441; }

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

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

background-color css

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

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

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

border-color css

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

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

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