Html Css Color HEX #A04440 Roof Terracotta

📋 copy color: '#A04440'

red 160 ◦ green 68 ◦ blue 64

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

Shades of Roof Terracotta #A04440

Tints of Roof Terracotta #A04440

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 21.92%

R = 54.79%
G = 23.29%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.6

 K value IS 0.37

RGB Variations

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

Color information

#A04440 (or 0xA04440) is known color: Roof Terracotta. HEX triplet: A0, 44 and 40. RGB value is (160,68,64). Sum of RGB (Red+Green+Blue) = 160+68+64=292 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.79% from 292); Green value is 68 (26.95% from 255 or 23.29% from 292); Blue value is 64 (25.39% from 255 or 21.92% from 292); Max value from RGB is 160 - color contains mainly: red. Hex color #A04440 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04440 is #5FBBBF. Grayscale: #5F5F5F. Windows color (decimal): -6273984 or 4211872. OLE color: 4211872.

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

Color convert

RGB 160 68 64 -
CMYK 0 0.57 0.6 0.37
HSL 2.5º 0.43% 0.44% -
HSV(B) 2.5º 0.6% 0.63% -
XYZ 17.49 11.98 6.24 -
YUV 95.05 110.48 174.33 -
System Red Green Blue C M Y K H S L
Decimal 160 68 64 0 0.57 0.6 0.37 2.5 0.43 0.44
Hex A0 44 40 0 39 3C 25 2 2B 2C
Octal 240 104 100 0 71 74 45 2 53 54
Binary 10100000 1000100 1000000 0 111001 111100 100101 10 101011 101100

Color Harmonies of #A04440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04440

Black with #A04440

Text Example


Text Example

White with #A04440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04440; }

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

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

background-color css

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

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

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

border-color css

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

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

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