#AA695F

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

Shades of Coral Tree #AA695F

Tints of Coral Tree #AA695F

Color information

#AA695F (or 0xAA695F) is unknown color: approx Coral Tree. HEX triplet: AA, 69 and 5F. RGB value is (170,105,95). Sum of RGB (Red+Green+Blue) = 170+105+95=370 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.95% from 370); Green value is 105 (41.41% from 255 or 28.38% from 370); Blue value is 95 (37.5% from 255 or 25.68% from 370); Max value from RGB is 170 - color contains mainly: red. Hex color #AA695F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA695F is #5596A0. Grayscale: #7B7B7B. Windows color (decimal): -5609121 or 6252970. OLE color: 6252970.

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

Color convert

RGB17010595-
CMYK00.380.440.33
HSL30.61%51.96%-
HSV(B)44.12%66.67%-
XYZ23.6919.4813.34-
YUV123.3112.03161.31-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.95%
GREEN value IS 105 (41.41% from 255) = 28.38%
BLUE value IS 95 (37.5% from 255) = 25.68%
R=45.95%
G=28.38%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701059500.380.440.33830.6151.96
HexAA695F0262C2181f34
Octal2521511370465441103764
Binary10101010110100110111110100110101100100001100011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA695F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA695F; }

 p { color: rgb(170,105,95); }

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

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

 a { background-color: rgb(170,105,95); }

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

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

 span { border-color: rgb(170,105,95); }

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