#A17672

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

Shades of Coral Tree #A17672

Tints of Coral Tree #A17672

Color information

#A17672 (or 0xA17672) is unknown color: approx Coral Tree. HEX triplet: A1, 76 and 72. RGB value is (161,118,114). Sum of RGB (Red+Green+Blue) = 161+118+114=393 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.97% from 393); Green value is 118 (46.48% from 255 or 30.03% from 393); Blue value is 114 (44.92% from 255 or 29.01% from 393); Max value from RGB is 161 - color contains mainly: red. Hex color #A17672 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17672 is #5E898D. Grayscale: #828282. Windows color (decimal): -6195598 or 7501473. OLE color: 7501473.

HSL color Cylindrical-coordinate representation of color #A17672: hue angle of 5.11º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A17672 is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.37.

Color convert

RGB161118114-
CMYK00.270.290.37
HSL5.11º20%53.92%-
HSV(B)5.11º29.19%63.14%-
XYZ24.2121.7518.84-
YUV130.4118.75149.83-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.97%
GREEN value IS 118 (46.48% from 255) = 30.03%
BLUE value IS 114 (44.92% from 255) = 29.01%
R=40.97%
G=30.03%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.29
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16111811400.270.290.375.112053.92
HexA1767201B1D2551436
Octal241166162033354552466
Binary10100001111011011100100110111110110010110110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17672; }

 p { color: rgb(161,118,114); }

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

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

 a { background-color: rgb(161,118,114); }

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

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

 span { border-color: rgb(161,118,114); }

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