#AF6A62

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

Shades of Coral Tree #AF6A62

Tints of Coral Tree #AF6A62

Color information

#AF6A62 (or 0xAF6A62) is unknown color: approx Coral Tree. HEX triplet: AF, 6A and 62. RGB value is (175,106,98). Sum of RGB (Red+Green+Blue) = 175+106+98=379 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.17% from 379); Green value is 106 (41.80% from 255 or 27.97% from 379); Blue value is 98 (38.67% from 255 or 25.86% from 379); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6A62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6A62 is #50959D. Grayscale: #7D7D7D. Windows color (decimal): -5281182 or 6449839. OLE color: 6449839.

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

Color convert

RGB17510698-
CMYK00.390.440.31
HSL6.23º32.49%53.53%-
HSV(B)6.23º44%68.63%-
XYZ25.0420.314.15-
YUV125.72112.36163.15-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.17%
GREEN value IS 106 (41.80% from 255) = 27.97%
BLUE value IS 98 (38.67% from 255) = 25.86%
R=46.17%
G=27.97%
B=25.86%

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
Decimal1751069800.390.440.316.2332.4953.53
HexAF6A620272C1F62036
Octal257152142047543764066
Binary1010111111010101100010010011110110011111110100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6A62; }

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

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

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

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

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

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

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

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