#AF7366

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

Shades of Coral Tree #AF7366

Tints of Coral Tree #AF7366

Color information

#AF7366 (or 0xAF7366) is unknown color: approx Coral Tree. HEX triplet: AF, 73 and 66. RGB value is (175,115,102). Sum of RGB (Red+Green+Blue) = 175+115+102=392 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.64% from 392); Green value is 115 (45.31% from 255 or 29.34% from 392); Blue value is 102 (40.23% from 255 or 26.02% from 392); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7366 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7366 is #508C99. Grayscale: #838383. Windows color (decimal): -5278874 or 6714287. OLE color: 6714287.

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

Color convert

RGB175115102-
CMYK00.340.420.31
HSL10.68º31.33%54.31%-
HSV(B)10.68º41.71%68.63%-
XYZ26.2122.3315.5-
YUV131.46111.38159.06-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.64%
GREEN value IS 115 (45.31% from 255) = 29.34%
BLUE value IS 102 (40.23% from 255) = 26.02%
R=44.64%
G=29.34%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511510200.340.420.3110.6831.3354.31
HexAF73660222A1Fb1f36
Octal2571631460425237133766
Binary1010111111100111100110010001010101011111101111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7366; }

 p { color: rgb(175,115,102); }

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

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

 a { background-color: rgb(175,115,102); }

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

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

 span { border-color: rgb(175,115,102); }

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