Html Css Color HEX #A04240 Roof Terracotta

📋 copy color: '#A04240'

red 160 ◦ green 66 ◦ blue 64

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

Shades of Roof Terracotta #A04240

Tints of Roof Terracotta #A04240

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.76%

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

R = 55.17%
G = 22.76%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.6

 K value IS 0.37

RGB Variations

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

Color information

#A04240 (or 0xA04240) is known color: Roof Terracotta. HEX triplet: A0, 42 and 40. RGB value is (160,66,64). Sum of RGB (Red+Green+Blue) = 160+66+64=290 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.17% from 290); Green value is 66 (26.17% from 255 or 22.76% from 290); Blue value is 64 (25.39% from 255 or 22.07% from 290); Max value from RGB is 160 - color contains mainly: red. Hex color #A04240 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04240 is #5FBDBF. Grayscale: #5D5D5D. Windows color (decimal): -6274496 or 4211360. OLE color: 4211360.

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

Color convert

RGB 160 66 64 -
CMYK 0 0.59 0.6 0.37
HSL 1.25º 0.43% 0.44% -
HSV(B) 1.25º 0.6% 0.63% -
XYZ 17.37 11.74 6.2 -
YUV 93.88 111.14 175.16 -
System Red Green Blue C M Y K H S L
Decimal 160 66 64 0 0.59 0.6 0.37 1.25 0.43 0.44
Hex A0 42 40 0 3B 3C 25 1 2B 2C
Octal 240 102 100 0 73 74 45 1 53 54
Binary 10100000 1000010 1000000 0 111011 111100 100101 1 101011 101100

Color Harmonies of #A04240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04240

Black with #A04240

Text Example


Text Example

White with #A04240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04240; }

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

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

background-color css

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

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

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

border-color css

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

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

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