#AF665D

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

Shades of Coral Tree #AF665D

Tints of Coral Tree #AF665D

Color information

#AF665D (or 0xAF665D) is unknown color: approx Coral Tree. HEX triplet: AF, 66 and 5D. RGB value is (175,102,93). Sum of RGB (Red+Green+Blue) = 175+102+93=370 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.30% from 370); Green value is 102 (40.23% from 255 or 27.57% from 370); Blue value is 93 (36.72% from 255 or 25.14% from 370); Max value from RGB is 175 - color contains mainly: red. Hex color #AF665D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF665D is #5099A2. Grayscale: #7A7A7A. Windows color (decimal): -5282211 or 6121135. OLE color: 6121135.

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

Color convert

RGB17510293-
CMYK00.420.470.31
HSL6.59º33.88%52.55%-
HSV(B)6.59º46.86%68.63%-
XYZ24.4119.4112.82-
YUV122.8111.18165.23-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.30%
GREEN value IS 102 (40.23% from 255) = 27.57%
BLUE value IS 93 (36.72% from 255) = 25.14%
R=47.30%
G=27.57%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751029300.420.470.316.5933.8852.55
HexAF665D02A2F1F72235
Octal257146135052573774265
Binary1010111111001101011101010101010111111111111100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF665D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF665D; }

 p { color: rgb(175,102,93); }

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

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

 a { background-color: rgb(175,102,93); }

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

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

 span { border-color: rgb(175,102,93); }

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