#AF7571

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

Shades of Coral Tree #AF7571

Tints of Coral Tree #AF7571

Color information

#AF7571 (or 0xAF7571) is unknown color: approx Coral Tree. HEX triplet: AF, 75 and 71. RGB value is (175,117,113). Sum of RGB (Red+Green+Blue) = 175+117+113=405 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.21% from 405); Green value is 117 (46.09% from 255 or 28.89% from 405); Blue value is 113 (44.53% from 255 or 27.90% from 405); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7571 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7571 is #508A8E. Grayscale: #858585. Windows color (decimal): -5278351 or 7435695. OLE color: 7435695.

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

Color convert

RGB175117113-
CMYK00.330.350.31
HSL3.87º27.93%56.47%-
HSV(B)3.87º35.43%68.63%-
XYZ27.0223.0318.64-
YUV133.89116.22157.33-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.21%
GREEN value IS 117 (46.09% from 255) = 28.89%
BLUE value IS 113 (44.53% from 255) = 27.90%
R=43.21%
G=28.89%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511711300.330.350.313.8727.9356.47
HexAF7571021231F41c38
Octal257165161041433743470
Binary101011111110101111000101000011000111111110011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7571; }

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

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

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

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

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

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

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

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