#af715f

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

Shades of Coral Tree #AF715F

Tints of Coral Tree #AF715F

Color information

#AF715F (or 0xAF715F) is unknown color: approx Coral Tree. HEX triplet: AF, 71 and 5F. RGB value is (175,113,95). Sum of RGB (Red+Green+Blue) = 175+113+95=383 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.69% from 383); Green value is 113 (44.53% from 255 or 29.50% from 383); Blue value is 95 (37.5% from 255 or 24.80% from 383); Max value from RGB is 175 - color contains mainly: red. Hex color #AF715F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF715F is #508EA0. Grayscale: #818181. Windows color (decimal): -5279393 or 6255023. OLE color: 6255023.

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

Color convert

RGB17511395-
CMYK00.350.460.31
HSL13.5º33.33%52.94%-
HSV(B)13.5º45.71%68.63%-
XYZ25.6521.7513.67-
YUV129.49108.54160.46-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.69%
GREEN value IS 113 (44.53% from 255) = 29.50%
BLUE value IS 95 (37.5% from 255) = 24.80%
R=45.69%
G=29.50%
B=24.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751139500.350.460.3113.533.3352.94
HexAF715F0232E1Fe2135
Octal2571611370435637164165
Binary10101111111000110111110100011101110111111110100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af715f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af715f; }

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

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

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

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

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

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

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

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