#A97566

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

Shades of Coral Tree #A97566

Tints of Coral Tree #A97566

Color information

#A97566 (or 0xA97566) is unknown color: approx Coral Tree. HEX triplet: A9, 75 and 66. RGB value is (169,117,102). Sum of RGB (Red+Green+Blue) = 169+117+102=388 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.56% from 388); Green value is 117 (46.09% from 255 or 30.15% from 388); Blue value is 102 (40.23% from 255 or 26.29% from 388); Max value from RGB is 169 - color contains mainly: red. Hex color #A97566 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97566 is #568A99. Grayscale: #828282. Windows color (decimal): -5671578 or 6714793. OLE color: 6714793.

HSL color Cylindrical-coordinate representation of color #A97566: hue angle of 13.43º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A97566 is Cyan = 0, Magento = 0.31, Yellow = 0.40 and Black (K on CMYK) = 0.34.

Color convert

RGB169117102-
CMYK00.310.400.34
HSL13.43º28.03%53.14%-
HSV(B)13.43º39.64%66.27%-
XYZ25.1222.1215.52-
YUV130.84111.73155.22-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.56%
GREEN value IS 117 (46.09% from 255) = 30.15%
BLUE value IS 102 (40.23% from 255) = 26.29%
R=43.56%
G=30.15%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.40
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16911710200.310.400.3413.4328.0353.14
HexA9756601F2822d1c35
Octal2511651460375042153465
Binary1010100111101011100110011111101000100010110111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97566; }

 p { color: rgb(169,117,102); }

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

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

 a { background-color: rgb(169,117,102); }

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

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

 span { border-color: rgb(169,117,102); }

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