#A8423D

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

Shades of Roof Terracotta #A8423D

Tints of Roof Terracotta #A8423D

Color information

#A8423D (or 0xA8423D) is unknown color: approx Roof Terracotta. HEX triplet: A8, 42 and 3D. RGB value is (168,66,61). Sum of RGB (Red+Green+Blue) = 168+66+61=295 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.95% from 295); Green value is 66 (26.17% from 255 or 22.37% from 295); Blue value is 61 (24.22% from 255 or 20.68% from 295); Max value from RGB is 168 - color contains mainly: red. Hex color #A8423D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8423D is #57BDC2. Grayscale: #606060. Windows color (decimal): -5750211 or 4014760. OLE color: 4014760.

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

Color convert

RGB1686661-
CMYK00.610.640.34
HSL2.8º46.72%44.9%-
HSV(B)2.8º63.69%65.88%-
XYZ18.9412.565.84-
YUV95.93108.29179.41-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 56.95%
GREEN value IS 66 (26.17% from 255) = 22.37%
BLUE value IS 61 (24.22% from 255) = 20.68%
R=56.95%
G=22.37%
B=20.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.64
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168666100.610.640.342.846.7244.9
HexA8423D03D402232f2d
Octal250102750751004235755
Binary1010100010000101111010111101100000010001011101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8423D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8423D; }

 p { color: rgb(168,66,61); }

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

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

 a { background-color: rgb(168,66,61); }

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

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

 span { border-color: rgb(168,66,61); }

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