#A97271

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

Shades of Coral Tree #A97271

Tints of Coral Tree #A97271

Color information

#A97271 (or 0xA97271) is unknown color: approx Coral Tree. HEX triplet: A9, 72 and 71. RGB value is (169,114,113). Sum of RGB (Red+Green+Blue) = 169+114+113=396 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.68% from 396); Green value is 114 (44.92% from 255 or 28.79% from 396); Blue value is 113 (44.53% from 255 or 28.54% from 396); Max value from RGB is 169 - color contains mainly: red. Hex color #A97271 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97271 is #568D8E. Grayscale: #828282. Windows color (decimal): -5672335 or 7434921. OLE color: 7434921.

HSL color Cylindrical-coordinate representation of color #A97271: hue angle of 1.07º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A97271 is Cyan = 0, Magento = 0.33, Yellow = 0.33 and Black (K on CMYK) = 0.34.

Color convert

RGB169114113-
CMYK00.330.330.34
HSL1.07º24.56%55.29%-
HSV(B)1.07º33.14%66.27%-
XYZ25.3621.6618.47-
YUV130.33118.22155.58-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.68%
GREEN value IS 114 (44.92% from 255) = 28.79%
BLUE value IS 113 (44.53% from 255) = 28.54%
R=42.68%
G=28.79%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.33
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16911411300.330.330.341.0724.5655.29
HexA97271021212211937
Octal251162161041414213167
Binary10101001111001011100010100001100001100010111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97271; }

 p { color: rgb(169,114,113); }

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

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

 a { background-color: rgb(169,114,113); }

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

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

 span { border-color: rgb(169,114,113); }

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