#A26D6B

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

Shades of Coral Tree #A26D6B

Tints of Coral Tree #A26D6B

Color information

#A26D6B (or 0xA26D6B) is unknown color: approx Coral Tree. HEX triplet: A2, 6D and 6B. RGB value is (162,109,107). Sum of RGB (Red+Green+Blue) = 162+109+107=378 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.86% from 378); Green value is 109 (42.97% from 255 or 28.84% from 378); Blue value is 107 (42.19% from 255 or 28.31% from 378); Max value from RGB is 162 - color contains mainly: red. Hex color #A26D6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26D6B is #5D9294. Grayscale: #7C7C7C. Windows color (decimal): -6132373 or 7040418. OLE color: 7040418.

HSL color Cylindrical-coordinate representation of color #A26D6B: hue angle of 2.18º 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 #A26D6B is Cyan = 0, Magento = 0.33, Yellow = 0.34 and Black (K on CMYK) = 0.36.

Color convert

RGB162109107-
CMYK00.330.340.36
HSL2.18º22.82%52.75%-
HSV(B)2.18º33.95%63.53%-
XYZ23.0219.6816.5-
YUV124.62118.06154.66-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.86%
GREEN value IS 109 (42.97% from 255) = 28.84%
BLUE value IS 107 (42.19% from 255) = 28.31%
R=42.86%
G=28.84%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16210910700.330.340.362.1822.8252.75
HexA26D6B021222421735
Octal242155153041424422765
Binary101000101101101110101101000011000101001001010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26D6B; }

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

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

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

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

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

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

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

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