#AF7062

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

Shades of Coral Tree #AF7062

Tints of Coral Tree #AF7062

Color information

#AF7062 (or 0xAF7062) is unknown color: approx Coral Tree. HEX triplet: AF, 70 and 62. RGB value is (175,112,98). Sum of RGB (Red+Green+Blue) = 175+112+98=385 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.45% from 385); Green value is 112 (44.14% from 255 or 29.09% from 385); Blue value is 98 (38.67% from 255 or 25.45% from 385); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7062 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7062 is #508F9D. Grayscale: #818181. Windows color (decimal): -5279646 or 6451375. OLE color: 6451375.

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

Color convert

RGB17511298-
CMYK00.360.440.31
HSL10.91º32.49%53.53%-
HSV(B)10.91º44%68.63%-
XYZ25.6821.5814.37-
YUV129.24110.37160.64-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.45%
GREEN value IS 112 (44.14% from 255) = 29.09%
BLUE value IS 98 (38.67% from 255) = 25.45%
R=45.45%
G=29.09%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751129800.360.440.3110.9132.4953.53
HexAF70620242C1Fb2036
Octal2571601420445437134066
Binary10101111111000011000100100100101100111111011100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7062; }

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

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

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

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

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

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

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

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