#AF6562

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

Shades of Coral Tree #AF6562

Tints of Coral Tree #AF6562

Color information

#AF6562 (or 0xAF6562) is unknown color: approx Coral Tree. HEX triplet: AF, 65 and 62. RGB value is (175,101,98). Sum of RGB (Red+Green+Blue) = 175+101+98=374 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.79% from 374); Green value is 101 (39.84% from 255 or 27.01% from 374); Blue value is 98 (38.67% from 255 or 26.20% from 374); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6562 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6562 is #509A9D. Grayscale: #7A7A7A. Windows color (decimal): -5282462 or 6448559. OLE color: 6448559.

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

Color convert

RGB17510198-
CMYK00.420.440.31
HSL2.34º32.49%53.53%-
HSV(B)2.34º44%68.63%-
XYZ24.5419.313.99-
YUV122.78114.02165.24-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.79%
GREEN value IS 101 (39.84% from 255) = 27.01%
BLUE value IS 98 (38.67% from 255) = 26.20%
R=46.79%
G=27.01%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751019800.420.440.312.3432.4953.53
HexAF656202A2C1F22036
Octal257145142052543724066
Binary101011111100101110001001010101011001111110100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6562; }

 p { color: rgb(175,101,98); }

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

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

 a { background-color: rgb(175,101,98); }

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

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

 span { border-color: rgb(175,101,98); }

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