#AF7675

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

Shades of Coral Tree #AF7675

Tints of Coral Tree #AF7675

Color information

#AF7675 (or 0xAF7675) is unknown color: approx Coral Tree. HEX triplet: AF, 76 and 75. RGB value is (175,118,117). Sum of RGB (Red+Green+Blue) = 175+118+117=410 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.68% from 410); Green value is 118 (46.48% from 255 or 28.78% from 410); Blue value is 117 (46.09% from 255 or 28.54% from 410); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7675 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7675 is #50898A. Grayscale: #868686. Windows color (decimal): -5278091 or 7698095. OLE color: 7698095.

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

Color convert

RGB175118117-
CMYK00.330.330.31
HSL1.03º26.61%57.25%-
HSV(B)1.03º33.14%68.63%-
XYZ27.3723.3619.9-
YUV134.93117.88156.58-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.68%
GREEN value IS 118 (46.48% from 255) = 28.78%
BLUE value IS 117 (46.09% from 255) = 28.54%
R=42.68%
G=28.78%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511811700.330.330.311.0326.6157.25
HexAF7675021211F11b39
Octal257166165041413713371
Binary1010111111101101110101010000110000111111111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7675; }

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

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

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

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

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

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

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

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