#A97674

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

Shades of Coral Tree #A97674

Tints of Coral Tree #A97674

Color information

#A97674 (or 0xA97674) is unknown color: approx Coral Tree. HEX triplet: A9, 76 and 74. RGB value is (169,118,116). Sum of RGB (Red+Green+Blue) = 169+118+116=403 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.94% from 403); Green value is 118 (46.48% from 255 or 29.28% from 403); Blue value is 116 (45.70% from 255 or 28.78% from 403); Max value from RGB is 169 - color contains mainly: red. Hex color #A97674 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97674 is #56898B. Grayscale: #858585. Windows color (decimal): -5671308 or 7632553. OLE color: 7632553.

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

Color convert

RGB169118116-
CMYK00.300.310.34
HSL2.26º23.56%55.88%-
HSV(B)2.26º31.36%66.27%-
XYZ25.9922.6519.53-
YUV133.02118.4153.66-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.94%
GREEN value IS 118 (46.48% from 255) = 29.28%
BLUE value IS 116 (45.70% from 255) = 28.78%
R=41.94%
G=29.28%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.31
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16911811600.300.310.342.2623.5655.88
HexA9767401E1F2221838
Octal251166164036374223070
Binary1010100111101101110100011110111111000101011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97674; }

 p { color: rgb(169,118,116); }

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

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

 a { background-color: rgb(169,118,116); }

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

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

 span { border-color: rgb(169,118,116); }

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