#A17268

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

Shades of Coral Tree #A17268

Tints of Coral Tree #A17268

Color information

#A17268 (or 0xA17268) is unknown color: approx Coral Tree. HEX triplet: A1, 72 and 68. RGB value is (161,114,104). Sum of RGB (Red+Green+Blue) = 161+114+104=379 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.48% from 379); Green value is 114 (44.92% from 255 or 30.08% from 379); Blue value is 104 (41.02% from 255 or 27.44% from 379); Max value from RGB is 161 - color contains mainly: red. Hex color #A17268 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17268 is #5E8D97. Grayscale: #7E7E7E. Windows color (decimal): -6196632 or 6845089. OLE color: 6845089.

HSL color Cylindrical-coordinate representation of color #A17268: hue angle of 10.53º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A17268 is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.37.

Color convert

RGB161114104-
CMYK00.290.350.37
HSL10.53º23.27%51.96%-
HSV(B)10.53º35.4%63.14%-
XYZ23.2120.6115.85-
YUV126.91115.07152.31-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.48%
GREEN value IS 114 (44.92% from 255) = 30.08%
BLUE value IS 104 (41.02% from 255) = 27.44%
R=42.48%
G=30.08%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.35
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16111410400.290.350.3710.5323.2751.96
HexA1726801D2325b1734
Octal2411621500354345132764
Binary1010000111100101101000011101100011100101101110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17268; }

 p { color: rgb(161,114,104); }

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

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

 a { background-color: rgb(161,114,104); }

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

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

 span { border-color: rgb(161,114,104); }

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