#A26F68

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

Shades of Coral Tree #A26F68

Tints of Coral Tree #A26F68

Color information

#A26F68 (or 0xA26F68) is unknown color: approx Coral Tree. HEX triplet: A2, 6F and 68. RGB value is (162,111,104). Sum of RGB (Red+Green+Blue) = 162+111+104=377 (49% of max value = 765). Red value is 162 (63.67% from 255 or 42.97% from 377); Green value is 111 (43.75% from 255 or 29.44% from 377); Blue value is 104 (41.02% from 255 or 27.59% from 377); Max value from RGB is 162 - color contains mainly: red. Hex color #A26F68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26F68 is #5D9097. Grayscale: #7D7D7D. Windows color (decimal): -6131864 or 6844322. OLE color: 6844322.

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

Color convert

RGB162111104-
CMYK00.310.360.36
HSL7.24º23.77%52.16%-
HSV(B)7.24º35.8%63.53%-
XYZ23.0820.0515.75-
YUV125.45115.9154.07-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.97%
GREEN value IS 111 (43.75% from 255) = 29.44%
BLUE value IS 104 (41.02% from 255) = 27.59%
R=42.97%
G=29.44%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211110400.310.360.367.2423.7752.16
HexA26F6801F242471834
Octal242157150037444473064
Binary101000101101111110100001111110010010010011111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26F68; }

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

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

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

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

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

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

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

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