#A47474

Color #A47474 Coral Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Coral Tree #A47474

Tints of Coral Tree #A47474

Color information

#A47474 (or 0xA47474) is unknown color: approx Coral Tree. HEX triplet: A4, 74 and 74. RGB value is (164,116,116). Sum of RGB (Red+Green+Blue) = 164+116+116=396 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.41% from 396); Green value is 116 (45.70% from 255 or 29.29% from 396); Blue value is 116 (45.70% from 255 or 29.29% from 396); Max value from RGB is 164 - color contains mainly: red. Hex color #A47474 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47474 is #5B8B8B. Grayscale: #828282. Windows color (decimal): -5999500 or 7632036. OLE color: 7632036.

HSL color Cylindrical-coordinate representation of color #A47474: hue angle of 0º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A47474 is Cyan = 0, Magento = 0.29, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB164116116-
CMYK00.290.290.36
HSL20.87%54.9%-
HSV(B)29.27%64.31%-
XYZ24.7121.6419.4-
YUV130.35119.9152-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.41%
GREEN value IS 116 (45.70% from 255) = 29.29%
BLUE value IS 116 (45.70% from 255) = 29.29%
R=41.41%
G=29.29%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411611600.290.290.36020.8754.9
HexA4747401D1D2401537
Octal244164164035354402567
Binary101001001110100111010001110111101100100010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47474; }

 p { color: rgb(164,116,116); }

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

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

 a { background-color: rgb(164,116,116); }

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

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

 span { border-color: rgb(164,116,116); }

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