#AF7170

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

Shades of Coral Tree #AF7170

Tints of Coral Tree #AF7170

Color information

#AF7170 (or 0xAF7170) is unknown color: approx Coral Tree. HEX triplet: AF, 71 and 70. RGB value is (175,113,112). Sum of RGB (Red+Green+Blue) = 175+113+112=400 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.75% from 400); Green value is 113 (44.53% from 255 or 28.25% from 400); Blue value is 112 (44.14% from 255 or 28% from 400); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7170 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7170 is #508E8F. Grayscale: #838383. Windows color (decimal): -5279376 or 7369135. OLE color: 7369135.

HSL color Cylindrical-coordinate representation of color #AF7170: hue angle of 0.95º 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 #AF7170 is Cyan = 0, Magento = 0.35, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB175113112-
CMYK00.350.360.31
HSL0.95º28.25%56.27%-
HSV(B)0.95º36%68.63%-
XYZ26.5122.0918.2-
YUV131.42117.04159.08-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.75%
GREEN value IS 113 (44.53% from 255) = 28.25%
BLUE value IS 112 (44.14% from 255) = 28%
R=43.75%
G=28.25%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511311200.350.360.310.9528.2556.27
HexAF7170023241F11c38
Octal257161160043443713470
Binary1010111111100011110000010001110010011111111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7170; }

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

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

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

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

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

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

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

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