#A26F6F

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

Shades of Coral Tree #A26F6F

Tints of Coral Tree #A26F6F

Color information

#A26F6F (or 0xA26F6F) is unknown color: approx Coral Tree. HEX triplet: A2, 6F and 6F. RGB value is (162,111,111). Sum of RGB (Red+Green+Blue) = 162+111+111=384 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.19% from 384); Green value is 111 (43.75% from 255 or 28.91% from 384); Blue value is 111 (43.75% from 255 or 28.91% from 384); Max value from RGB is 162 - color contains mainly: red. Hex color #A26F6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26F6F is #5D9090. Grayscale: #7E7E7E. Windows color (decimal): -6131857 or 7303074. OLE color: 7303074.

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

Color convert

RGB162111111-
CMYK00.310.310.36
HSL21.52%53.53%-
HSV(B)31.48%63.53%-
XYZ23.4520.217.7-
YUV126.25119.4153.5-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.19%
GREEN value IS 111 (43.75% from 255) = 28.91%
BLUE value IS 111 (43.75% from 255) = 28.91%
R=42.19%
G=28.91%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211111100.310.310.36021.5253.53
HexA26F6F01F1F2401636
Octal242157157037374402666
Binary101000101101111110111101111111111100100010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26F6F; }

 p { color: rgb(162,111,111); }

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

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

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

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

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

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

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