#A26F6D

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

Shades of Coral Tree #A26F6D

Tints of Coral Tree #A26F6D

Color information

#A26F6D (or 0xA26F6D) is unknown color: approx Coral Tree. HEX triplet: A2, 6F and 6D. RGB value is (162,111,109). Sum of RGB (Red+Green+Blue) = 162+111+109=382 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.41% from 382); Green value is 111 (43.75% from 255 or 29.06% from 382); Blue value is 109 (42.97% from 255 or 28.53% from 382); Max value from RGB is 162 - color contains mainly: red. Hex color #A26F6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26F6D is #5D9092. Grayscale: #7E7E7E. Windows color (decimal): -6131859 or 7172002. OLE color: 7172002.

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

Color convert

RGB162111109-
CMYK00.310.330.36
HSL2.26º22.18%53.14%-
HSV(B)2.26º32.72%63.53%-
XYZ23.3520.1517.13-
YUV126.02118.4153.66-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.41%
GREEN value IS 111 (43.75% from 255) = 29.06%
BLUE value IS 109 (42.97% from 255) = 28.53%
R=42.41%
G=29.06%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211110900.310.330.362.2622.1853.14
HexA26F6D01F212421635
Octal242157155037414422665
Binary10100010110111111011010111111000011001001010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26F6D; }

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

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

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

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

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

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

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

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