#A97068

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

Shades of Coral Tree #A97068

Tints of Coral Tree #A97068

Color information

#A97068 (or 0xA97068) is unknown color: approx Coral Tree. HEX triplet: A9, 70 and 68. RGB value is (169,112,104). Sum of RGB (Red+Green+Blue) = 169+112+104=385 (50% of max value = 765). Red value is 169 (66.41% from 255 or 43.90% from 385); Green value is 112 (44.14% from 255 or 29.09% from 385); Blue value is 104 (41.02% from 255 or 27.01% from 385); Max value from RGB is 169 - color contains mainly: red. Hex color #A97068 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97068 is #568F97. Grayscale: #808080. Windows color (decimal): -5672856 or 6844585. OLE color: 6844585.

HSL color Cylindrical-coordinate representation of color #A97068: hue angle of 7.38º 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 #A97068 is Cyan = 0, Magento = 0.34, Yellow = 0.38 and Black (K on CMYK) = 0.34.

Color convert

RGB169112104-
CMYK00.340.380.34
HSL7.38º27.43%53.53%-
HSV(B)7.38º38.46%66.27%-
XYZ24.6621.0215.86-
YUV128.13114.38157.15-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.90%
GREEN value IS 112 (44.14% from 255) = 29.09%
BLUE value IS 104 (41.02% from 255) = 27.01%
R=43.90%
G=29.09%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.38
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16911210400.340.380.347.3827.4353.53
HexA97068022262271b36
Octal251160150042464273366
Binary1010100111100001101000010001010011010001011111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97068; }

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

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

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

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

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

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

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

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