Html Css Color HEX #A04444 Roof Terracotta

📋 copy color: '#A04444'

red 160 ◦ green 68 ◦ blue 68

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

Shades of Roof Terracotta #A04444

Tints of Roof Terracotta #A04444

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 22.97%

R = 54.05%
G = 22.97%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.57

 K value IS 0.37

RGB Variations

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

Color information

#A04444 (or 0xA04444) is known color: Roof Terracotta. HEX triplet: A0, 44 and 44. RGB value is (160,68,68). Sum of RGB (Red+Green+Blue) = 160+68+68=296 (39% of max value = 765). Red value is 160 (62.89% from 255 or 54.05% from 296); Green value is 68 (26.95% from 255 or 22.97% from 296); Blue value is 68 (26.95% from 255 or 22.97% from 296); Max value from RGB is 160 - color contains mainly: red. Hex color #A04444 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04444 is #5FBBBB. Grayscale: #5F5F5F. Windows color (decimal): -6273980 or 4474016. OLE color: 4474016.

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

Color convert

RGB 160 68 68 -
CMYK 0 0.57 0.57 0.37
HSL 0.4% 0.45% -
HSV(B) 0.58% 0.63% -
XYZ 17.61 12.03 6.86 -
YUV 95.51 112.48 174 -
System Red Green Blue C M Y K H S L
Decimal 160 68 68 0 0.57 0.57 0.37 0 0.4 0.45
Hex A0 44 44 0 39 39 25 0 28 2D
Octal 240 104 104 0 71 71 45 0 50 55
Binary 10100000 1000100 1000100 0 111001 111001 100101 0 101000 101101

Color Harmonies of #A04444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04444

Black with #A04444

Text Example


Text Example

White with #A04444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04444; }

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

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

background-color css

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

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

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

border-color css

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

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

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