#A26C66

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

Shades of Coral Tree #A26C66

Tints of Coral Tree #A26C66

Color information

#A26C66 (or 0xA26C66) is unknown color: approx Coral Tree. HEX triplet: A2, 6C and 66. RGB value is (162,108,102). Sum of RGB (Red+Green+Blue) = 162+108+102=372 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.55% from 372); Green value is 108 (42.58% from 255 or 29.03% from 372); Blue value is 102 (40.23% from 255 or 27.42% from 372); Max value from RGB is 162 - color contains mainly: red. Hex color #A26C66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26C66 is #5D9399. Grayscale: #7B7B7B. Windows color (decimal): -6132634 or 6712482. OLE color: 6712482.

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

Color convert

RGB162108102-
CMYK00.330.370.36
HSL24.39%51.76%-
HSV(B)37.04%63.53%-
XYZ22.6619.3715.11-
YUV123.46115.89155.49-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.55%
GREEN value IS 108 (42.58% from 255) = 29.03%
BLUE value IS 102 (40.23% from 255) = 27.42%
R=43.55%
G=29.03%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16210810200.330.370.36624.3951.76
HexA26C66021252461834
Octal242154146041454463064
Binary1010001011011001100110010000110010110010011011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26C66; }

 p { color: rgb(162,108,102); }

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

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

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

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

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

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

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