#AF6B62

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

Shades of Coral Tree #AF6B62

Tints of Coral Tree #AF6B62

Color information

#AF6B62 (or 0xAF6B62) is unknown color: approx Coral Tree. HEX triplet: AF, 6B and 62. RGB value is (175,107,98). Sum of RGB (Red+Green+Blue) = 175+107+98=380 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.05% from 380); Green value is 107 (42.19% from 255 or 28.16% from 380); Blue value is 98 (38.67% from 255 or 25.79% from 380); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6B62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6B62 is #50949D. Grayscale: #7E7E7E. Windows color (decimal): -5280926 or 6450095. OLE color: 6450095.

HSL color Cylindrical-coordinate representation of color #AF6B62: hue angle of 7.01º 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 #AF6B62 is Cyan = 0, Magento = 0.39, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB17510798-
CMYK00.390.440.31
HSL7.01º32.49%53.53%-
HSV(B)7.01º44%68.63%-
XYZ25.1420.5114.19-
YUV126.31112.03162.73-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.05%
GREEN value IS 107 (42.19% from 255) = 28.16%
BLUE value IS 98 (38.67% from 255) = 25.79%
R=46.05%
G=28.16%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751079800.390.440.317.0132.4953.53
HexAF6B620272C1F72036
Octal257153142047543774066
Binary1010111111010111100010010011110110011111111100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6B62; }

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

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

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

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

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

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

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

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