#AF7562

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

Shades of Coral Tree #AF7562

Tints of Coral Tree #AF7562

Color information

#AF7562 (or 0xAF7562) is unknown color: approx Coral Tree. HEX triplet: AF, 75 and 62. RGB value is (175,117,98). Sum of RGB (Red+Green+Blue) = 175+117+98=390 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.87% from 390); Green value is 117 (46.09% from 255 or 30% from 390); Blue value is 98 (38.67% from 255 or 25.13% from 390); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7562 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7562 is #508A9D. Grayscale: #848484. Windows color (decimal): -5278366 or 6452655. OLE color: 6452655.

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

Color convert

RGB17511798-
CMYK00.330.440.31
HSL14.81º32.49%53.53%-
HSV(B)14.81º44%68.63%-
XYZ26.2522.7214.56-
YUV132.18108.72158.54-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.87%
GREEN value IS 117 (46.09% from 255) = 30%
BLUE value IS 98 (38.67% from 255) = 25.13%
R=44.87%
G=30%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751179800.330.440.3114.8132.4953.53
HexAF75620212C1Ff2036
Octal2571651420415437174066
Binary10101111111010111000100100001101100111111111100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7562; }

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

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

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

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

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

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

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

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