#AA7975

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

Shades of Coral Tree #AA7975

Tints of Coral Tree #AA7975

Color information

#AA7975 (or 0xAA7975) is unknown color: approx Coral Tree. HEX triplet: AA, 79 and 75. RGB value is (170,121,117). Sum of RGB (Red+Green+Blue) = 170+121+117=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 121 (47.66% from 255 or 29.66% from 408); Blue value is 117 (46.09% from 255 or 28.68% from 408); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7975 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7975 is #55868A. Grayscale: #878787. Windows color (decimal): -5605003 or 7698858. OLE color: 7698858.

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

Color convert

RGB170121117-
CMYK00.290.310.33
HSL4.53º23.77%56.27%-
HSV(B)4.53º31.18%66.67%-
XYZ26.6323.5119.96-
YUV135.2117.73152.83-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.67%
GREEN value IS 121 (47.66% from 255) = 29.66%
BLUE value IS 117 (46.09% from 255) = 28.68%
R=41.67%
G=29.66%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012111700.290.310.334.5323.7756.27
HexAA797501D1F2151838
Octal252171165035374153070
Binary10101010111100111101010111011111110000110111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7975; }

 p { color: rgb(170,121,117); }

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

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

 a { background-color: rgb(170,121,117); }

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

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

 span { border-color: rgb(170,121,117); }

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