#A97A6B

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

Shades of Coral Tree #A97A6B

Tints of Coral Tree #A97A6B

Color information

#A97A6B (or 0xA97A6B) is unknown color: approx Coral Tree. HEX triplet: A9, 7A and 6B. RGB value is (169,122,107). Sum of RGB (Red+Green+Blue) = 169+122+107=398 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.46% from 398); Green value is 122 (48.05% from 255 or 30.65% from 398); Blue value is 107 (42.19% from 255 or 26.88% from 398); Max value from RGB is 169 - color contains mainly: red. Hex color #A97A6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97A6B is #568594. Grayscale: #868686. Windows color (decimal): -5670293 or 7043753. OLE color: 7043753.

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

Color convert

RGB169122107-
CMYK00.280.370.34
HSL14.52º26.5%54.12%-
HSV(B)14.52º36.69%66.27%-
XYZ25.9823.4217.06-
YUV134.34112.57152.72-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.46%
GREEN value IS 122 (48.05% from 255) = 30.65%
BLUE value IS 107 (42.19% from 255) = 26.88%
R=42.46%
G=30.65%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.37
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16912210700.280.370.3414.5226.554.12
HexA97A6B01C2522f1a36
Octal2511721530344542173266
Binary1010100111110101101011011100100101100010111111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97A6B; }

 p { color: rgb(169,122,107); }

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

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

 a { background-color: rgb(169,122,107); }

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

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

 span { border-color: rgb(169,122,107); }

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