#AF6763

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

Shades of Coral Tree #AF6763

Tints of Coral Tree #AF6763

Color information

#AF6763 (or 0xAF6763) is unknown color: approx Coral Tree. HEX triplet: AF, 67 and 63. RGB value is (175,103,99). Sum of RGB (Red+Green+Blue) = 175+103+99=377 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.42% from 377); Green value is 103 (40.62% from 255 or 27.32% from 377); Blue value is 99 (39.06% from 255 or 26.26% from 377); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6763 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6763 is #50989C. Grayscale: #7C7C7C. Windows color (decimal): -5281949 or 6514607. OLE color: 6514607.

HSL color Cylindrical-coordinate representation of color #AF6763: hue angle of 3.16º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AF6763 is Cyan = 0, Magento = 0.41, Yellow = 0.43 and Black (K on CMYK) = 0.31.

Color convert

RGB17510399-
CMYK00.410.430.31
HSL3.16º32.2%53.73%-
HSV(B)3.16º43.43%68.63%-
XYZ24.7819.7214.3-
YUV124.07113.85164.33-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.42%
GREEN value IS 103 (40.62% from 255) = 27.32%
BLUE value IS 99 (39.06% from 255) = 26.26%
R=46.42%
G=27.32%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751039900.410.430.313.1632.253.73
HexAF67630292B1F32036
Octal257147143051533734066
Binary101011111100111110001101010011010111111111100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6763; }

 p { color: rgb(175,103,99); }

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

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

 a { background-color: rgb(175,103,99); }

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

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

 span { border-color: rgb(175,103,99); }

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