#AB4340

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

Shades of Roof Terracotta #AB4340

Tints of Roof Terracotta #AB4340

Color information

#AB4340 (or 0xAB4340) is unknown color: approx Roof Terracotta. HEX triplet: AB, 43 and 40. RGB value is (171,67,64). Sum of RGB (Red+Green+Blue) = 171+67+64=302 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.62% from 302); Green value is 67 (26.56% from 255 or 22.19% from 302); Blue value is 64 (25.39% from 255 or 21.19% from 302); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4340 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4340 is #54BCBF. Grayscale: #616161. Windows color (decimal): -5553344 or 4211627. OLE color: 4211627.

HSL color Cylindrical-coordinate representation of color #AB4340: hue angle of 1.68º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AB4340 is Cyan = 0, Magento = 0.61, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB1716764-
CMYK00.610.630.33
HSL1.68º45.53%46.08%-
HSV(B)1.68º62.57%67.06%-
XYZ19.7313.046.33-
YUV97.75108.96180.24-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 56.62%
GREEN value IS 67 (26.56% from 255) = 22.19%
BLUE value IS 64 (25.39% from 255) = 21.19%
R=56.62%
G=22.19%
B=21.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171676400.610.630.331.6845.5346.08
HexAB434003D3F2122e2e
Octal253103100075774125656
Binary1010101110000111000000011110111111110000110101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4340; }

 p { color: rgb(171,67,64); }

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

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

 a { background-color: rgb(171,67,64); }

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

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

 span { border-color: rgb(171,67,64); }

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