#AF615B

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

Shades of Coral Tree #AF615B

Tints of Coral Tree #AF615B

Color information

#AF615B (or 0xAF615B) is unknown color: approx Coral Tree. HEX triplet: AF, 61 and 5B. RGB value is (175,97,91). Sum of RGB (Red+Green+Blue) = 175+97+91=363 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.21% from 363); Green value is 97 (38.28% from 255 or 26.72% from 363); Blue value is 91 (35.94% from 255 or 25.07% from 363); Max value from RGB is 175 - color contains mainly: red. Hex color #AF615B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF615B is #509EA4. Grayscale: #777777. Windows color (decimal): -5283493 or 5988783. OLE color: 5988783.

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

Color convert

RGB1759791-
CMYK00.450.480.31
HSL4.29º34.43%52.16%-
HSV(B)4.29º48%68.63%-
XYZ23.8418.4212.2-
YUV119.64111.84167.49-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.21%
GREEN value IS 97 (38.28% from 255) = 26.72%
BLUE value IS 91 (35.94% from 255) = 25.07%
R=48.21%
G=26.72%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175979100.450.480.314.2934.4352.16
HexAF615B02D301F42234
Octal257141133055603744264
Binary1010111111000011011011010110111000011111100100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF615B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF615B; }

 p { color: rgb(175,97,91); }

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

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

 a { background-color: rgb(175,97,91); }

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

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

 span { border-color: rgb(175,97,91); }

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