#A94842

Color #A94842 Roof Terracotta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Roof Terracotta #A94842

Tints of Roof Terracotta #A94842

Color information

#A94842 (or 0xA94842) is unknown color: approx Roof Terracotta. HEX triplet: A9, 48 and 42. RGB value is (169,72,66). Sum of RGB (Red+Green+Blue) = 169+72+66=307 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.05% from 307); Green value is 72 (28.52% from 255 or 23.45% from 307); Blue value is 66 (26.17% from 255 or 21.50% from 307); Max value from RGB is 169 - color contains mainly: red. Hex color #A94842 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A94842 is #56B7BD. Grayscale: #646464. Windows color (decimal): -5683134 or 4343977. OLE color: 4343977.

HSL color Cylindrical-coordinate representation of color #A94842: hue angle of 3.5º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A94842 is Cyan = 0, Magento = 0.57, Yellow = 0.61 and Black (K on CMYK) = 0.34.

Color convert

RGB1697266-
CMYK00.570.610.34
HSL3.5º43.83%46.08%-
HSV(B)3.5º60.95%66.27%-
XYZ19.6613.466.72-
YUV100.32108.64176.99-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 55.05%
GREEN value IS 72 (28.52% from 255) = 23.45%
BLUE value IS 66 (26.17% from 255) = 21.50%
R=55.05%
G=23.45%
B=21.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.61
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169726600.570.610.343.543.8346.08
HexA948420393D2232c2e
Octal251110102071754235456
Binary1010100110010001000010011100111110110001011101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94842; }

 p { color: rgb(169,72,66); }

 H1.HeaderClassName
 {
   color: #A94842;
 }
 .AnyTagClassName
 {
   color: #A94842;
 }
</style>
background-color css

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

 a { background-color: rgb(169,72,66); }

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

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

 span { border-color: rgb(169,72,66); }

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