#AF726F

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

Shades of Coral Tree #AF726F

Tints of Coral Tree #AF726F

Color information

#AF726F (or 0xAF726F) is unknown color: approx Coral Tree. HEX triplet: AF, 72 and 6F. RGB value is (175,114,111). Sum of RGB (Red+Green+Blue) = 175+114+111=400 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.75% from 400); Green value is 114 (44.92% from 255 or 28.5% from 400); Blue value is 111 (43.75% from 255 or 27.75% from 400); Max value from RGB is 175 - color contains mainly: red. Hex color #AF726F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF726F is #508D90. Grayscale: #838383. Windows color (decimal): -5279121 or 7303855. OLE color: 7303855.

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

Color convert

RGB175114111-
CMYK00.350.370.31
HSL2.81º28.57%56.08%-
HSV(B)2.81º36.57%68.63%-
XYZ26.5722.317.94-
YUV131.9116.21158.74-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.75%
GREEN value IS 114 (44.92% from 255) = 28.5%
BLUE value IS 111 (43.75% from 255) = 27.75%
R=43.75%
G=28.5%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511411100.350.370.312.8128.5756.08
HexAF726F023251F31d38
Octal257162157043453733570
Binary10101111111001011011110100011100101111111111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF726F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF726F; }

 p { color: rgb(175,114,111); }

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

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

 a { background-color: rgb(175,114,111); }

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

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

 span { border-color: rgb(175,114,111); }

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