#AA675D

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

Shades of Coral Tree #AA675D

Tints of Coral Tree #AA675D

Color information

#AA675D (or 0xAA675D) is unknown color: approx Coral Tree. HEX triplet: AA, 67 and 5D. RGB value is (170,103,93). Sum of RGB (Red+Green+Blue) = 170+103+93=366 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.45% from 366); Green value is 103 (40.62% from 255 or 28.14% from 366); Blue value is 93 (36.72% from 255 or 25.41% from 366); Max value from RGB is 170 - color contains mainly: red. Hex color #AA675D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA675D is #5598A2. Grayscale: #7A7A7A. Windows color (decimal): -5609635 or 6121386. OLE color: 6121386.

HSL color Cylindrical-coordinate representation of color #AA675D: hue angle of 7.79º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AA675D is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB17010393-
CMYK00.390.450.33
HSL7.79º31.17%51.57%-
HSV(B)7.79º45.29%66.67%-
XYZ23.419.0412.8-
YUV121.89111.7162.31-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.45%
GREEN value IS 103 (40.62% from 255) = 28.14%
BLUE value IS 93 (36.72% from 255) = 25.41%
R=46.45%
G=28.14%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701039300.390.450.337.7931.1751.57
HexAA675D0272D2181f34
Octal2521471350475541103764
Binary10101010110011110111010100111101101100001100011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA675D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA675D; }

 p { color: rgb(170,103,93); }

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

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

 a { background-color: rgb(170,103,93); }

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

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

 span { border-color: rgb(170,103,93); }

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