#A2726B

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

Shades of Coral Tree #A2726B

Tints of Coral Tree #A2726B

Color information

#A2726B (or 0xA2726B) is unknown color: approx Coral Tree. HEX triplet: A2, 72 and 6B. RGB value is (162,114,107). Sum of RGB (Red+Green+Blue) = 162+114+107=383 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.30% from 383); Green value is 114 (44.92% from 255 or 29.77% from 383); Blue value is 107 (42.19% from 255 or 27.94% from 383); Max value from RGB is 162 - color contains mainly: red. Hex color #A2726B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2726B is #5D8D94. Grayscale: #7F7F7F. Windows color (decimal): -6131093 or 7041698. OLE color: 7041698.

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

Color convert

RGB162114107-
CMYK00.300.340.36
HSL7.64º22.82%52.75%-
HSV(B)7.64º33.95%63.53%-
XYZ23.5720.7816.68-
YUV127.55116.4152.57-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.30%
GREEN value IS 114 (44.92% from 255) = 29.77%
BLUE value IS 107 (42.19% from 255) = 27.94%
R=42.30%
G=29.77%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211410700.300.340.367.6422.8252.75
HexA2726B01E222481735
Octal2421621530364244102765
Binary1010001011100101101011011110100010100100100010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2726B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2726B; }

 p { color: rgb(162,114,107); }

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

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

 a { background-color: rgb(162,114,107); }

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

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

 span { border-color: rgb(162,114,107); }

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