#AF7770

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

Shades of Coral Tree #AF7770

Tints of Coral Tree #AF7770

Color information

#AF7770 (or 0xAF7770) is unknown color: approx Coral Tree. HEX triplet: AF, 77 and 70. RGB value is (175,119,112). Sum of RGB (Red+Green+Blue) = 175+119+112=406 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.10% from 406); Green value is 119 (46.88% from 255 or 29.31% from 406); Blue value is 112 (44.14% from 255 or 27.59% from 406); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7770 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7770 is #50888F. Grayscale: #878787. Windows color (decimal): -5277840 or 7370671. OLE color: 7370671.

HSL color Cylindrical-coordinate representation of color #AF7770: hue angle of 6.67º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AF7770 is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB175119112-
CMYK00.320.360.31
HSL6.67º28.25%56.27%-
HSV(B)6.67º36%68.63%-
XYZ27.223.4818.43-
YUV134.95115.05156.57-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.10%
GREEN value IS 119 (46.88% from 255) = 29.31%
BLUE value IS 112 (44.14% from 255) = 27.59%
R=43.10%
G=29.31%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511911200.320.360.316.6728.2556.27
HexAF7770020241F71c38
Octal257167160040443773470
Binary101011111110111111000001000001001001111111111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7770; }

 p { color: rgb(175,119,112); }

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

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

 a { background-color: rgb(175,119,112); }

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

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

 span { border-color: rgb(175,119,112); }

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