#A94A43

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

Shades of Roof Terracotta #A94A43

Tints of Roof Terracotta #A94A43

Color information

#A94A43 (or 0xA94A43) is unknown color: approx Roof Terracotta. HEX triplet: A9, 4A and 43. RGB value is (169,74,67). Sum of RGB (Red+Green+Blue) = 169+74+67=310 (41% of max value = 765). Red value is 169 (66.41% from 255 or 54.52% from 310); Green value is 74 (29.30% from 255 or 23.87% from 310); Blue value is 67 (26.56% from 255 or 21.61% from 310); Max value from RGB is 169 - color contains mainly: red. Hex color #A94A43 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A94A43 is #56B5BC. Grayscale: #656565. Windows color (decimal): -5682621 or 4410025. OLE color: 4410025.

HSL color Cylindrical-coordinate representation of color #A94A43: hue angle of 4.12º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A94A43 is Cyan = 0, Magento = 0.56, Yellow = 0.60 and Black (K on CMYK) = 0.34.

Color convert

RGB1697467-
CMYK00.560.600.34
HSL4.12º43.22%46.27%-
HSV(B)4.12º60.36%66.27%-
XYZ19.8213.746.92-
YUV101.61108.47176.07-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 54.52%
GREEN value IS 74 (29.30% from 255) = 23.87%
BLUE value IS 67 (26.56% from 255) = 21.61%
R=54.52%
G=23.87%
B=21.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.60
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169746700.560.600.344.1243.2246.27
HexA94A430383C2242b2e
Octal251112103070744245356
Binary10101001100101010000110111000111100100010100101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94A43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94A43; }

 p { color: rgb(169,74,67); }

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

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

 a { background-color: rgb(169,74,67); }

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

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

 span { border-color: rgb(169,74,67); }

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