#AF736B

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

Shades of Coral Tree #AF736B

Tints of Coral Tree #AF736B

Color information

#AF736B (or 0xAF736B) is unknown color: approx Coral Tree. HEX triplet: AF, 73 and 6B. RGB value is (175,115,107). Sum of RGB (Red+Green+Blue) = 175+115+107=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 115 (45.31% from 255 or 28.97% from 397); Blue value is 107 (42.19% from 255 or 26.95% from 397); Max value from RGB is 175 - color contains mainly: red. Hex color #AF736B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF736B is #508C94. Grayscale: #848484. Windows color (decimal): -5278869 or 7041967. OLE color: 7041967.

HSL color Cylindrical-coordinate representation of color #AF736B: hue angle of 7.06º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AF736B is Cyan = 0, Magento = 0.34, Yellow = 0.39 and Black (K on CMYK) = 0.31.

Color convert

RGB175115107-
CMYK00.340.390.31
HSL7.06º29.82%55.29%-
HSV(B)7.06º38.86%68.63%-
XYZ26.4622.4416.85-
YUV132.03113.88158.65-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.08%
GREEN value IS 115 (45.31% from 255) = 28.97%
BLUE value IS 107 (42.19% from 255) = 26.95%
R=44.08%
G=28.97%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511510700.340.390.317.0629.8255.29
HexAF736B022271F71e37
Octal257163153042473773667
Binary101011111110011110101101000101001111111111111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF736B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF736B; }

 p { color: rgb(175,115,107); }

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

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

 a { background-color: rgb(175,115,107); }

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

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

 span { border-color: rgb(175,115,107); }

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