#A97768

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

Shades of Coral Tree #A97768

Tints of Coral Tree #A97768

Color information

#A97768 (or 0xA97768) is unknown color: approx Coral Tree. HEX triplet: A9, 77 and 68. RGB value is (169,119,104). Sum of RGB (Red+Green+Blue) = 169+119+104=392 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.11% from 392); Green value is 119 (46.88% from 255 or 30.36% from 392); Blue value is 104 (41.02% from 255 or 26.53% from 392); Max value from RGB is 169 - color contains mainly: red. Hex color #A97768 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97768 is #568897. Grayscale: #848484. Windows color (decimal): -5671064 or 6846377. OLE color: 6846377.

HSL color Cylindrical-coordinate representation of color #A97768: hue angle of 13.85º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A97768 is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.34.

Color convert

RGB169119104-
CMYK00.300.380.34
HSL13.85º27.43%53.53%-
HSV(B)13.85º38.46%66.27%-
XYZ25.4622.6316.12-
YUV132.24112.06154.22-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.11%
GREEN value IS 119 (46.88% from 255) = 30.36%
BLUE value IS 104 (41.02% from 255) = 26.53%
R=43.11%
G=30.36%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.38
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16911910400.300.380.3413.8527.4353.53
HexA9776801E2622e1b36
Octal2511671500364642163366
Binary1010100111101111101000011110100110100010111011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97768; }

 p { color: rgb(169,119,104); }

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

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

 a { background-color: rgb(169,119,104); }

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

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

 span { border-color: rgb(169,119,104); }

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