Html Css Color HEX #A04542 Roof Terracotta

📋 copy color: '#A04542'

red 160 ◦ green 69 ◦ blue 66

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

Shades of Roof Terracotta #A04542

Tints of Roof Terracotta #A04542

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.39%

 BLUE value IS 66 (26.17% from 255) = 22.37%

R = 54.24%
G = 23.39%
B = 22.37%

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

#A04542 (or 0xA04542) is known color: Roof Terracotta. HEX triplet: A0, 45 and 42. RGB value is (160,69,66). Sum of RGB (Red+Green+Blue) = 160+69+66=295 (39% of max value = 765). Red value is 160 (62.89% from 255 or 54.24% from 295); Green value is 69 (27.34% from 255 or 23.39% from 295); Blue value is 66 (26.17% from 255 or 22.37% from 295); Max value from RGB is 160 - color contains mainly: red. Hex color #A04542 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04542 is #5FBABD. Grayscale: #5F5F5F. Windows color (decimal): -6273726 or 4343200. OLE color: 4343200.

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

Color convert

RGB 160 69 66 -
CMYK 0 0.57 0.59 0.37
HSL 1.91º 0.42% 0.44% -
HSV(B) 1.91º 0.59% 0.63% -
XYZ 17.61 12.12 6.57 -
YUV 95.87 111.15 173.74 -
System Red Green Blue C M Y K H S L
Decimal 160 69 66 0 0.57 0.59 0.37 1.91 0.42 0.44
Hex A0 45 42 0 39 3B 25 2 2A 2C
Octal 240 105 102 0 71 73 45 2 52 54
Binary 10100000 1000101 1000010 0 111001 111011 100101 10 101010 101100

Color Harmonies of #A04542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04542

Black with #A04542

Text Example


Text Example

White with #A04542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04542; }

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

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

background-color css

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

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

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

border-color css

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

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

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