#A77068

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

Shades of Coral Tree #A77068

Tints of Coral Tree #A77068

Color information

#A77068 (or 0xA77068) is unknown color: approx Coral Tree. HEX triplet: A7, 70 and 68. RGB value is (167,112,104). Sum of RGB (Red+Green+Blue) = 167+112+104=383 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.60% from 383); Green value is 112 (44.14% from 255 or 29.24% from 383); Blue value is 104 (41.02% from 255 or 27.15% from 383); Max value from RGB is 167 - color contains mainly: red. Hex color #A77068 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77068 is #588F97. Grayscale: #7F7F7F. Windows color (decimal): -5803928 or 6844583. OLE color: 6844583.

HSL color Cylindrical-coordinate representation of color #A77068: hue angle of 7.62º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A77068 is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.35.

Color convert

RGB167112104-
CMYK00.330.380.35
HSL7.62º26.36%53.14%-
HSV(B)7.62º37.72%65.49%-
XYZ24.2320.815.84-
YUV127.53114.72156.15-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.60%
GREEN value IS 112 (44.14% from 255) = 29.24%
BLUE value IS 104 (41.02% from 255) = 27.15%
R=43.60%
G=29.24%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.38
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16711210400.330.380.357.6226.3653.14
HexA77068021262381a35
Octal2471601500414643103265
Binary10100111111000011010000100001100110100011100011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77068; }

 p { color: rgb(167,112,104); }

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

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

 a { background-color: rgb(167,112,104); }

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

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

 span { border-color: rgb(167,112,104); }

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