#AF685A

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

Shades of Coral Tree #AF685A

Tints of Coral Tree #AF685A

Color information

#AF685A (or 0xAF685A) is unknown color: approx Coral Tree. HEX triplet: AF, 68 and 5A. RGB value is (175,104,90). Sum of RGB (Red+Green+Blue) = 175+104+90=369 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.43% from 369); Green value is 104 (41.02% from 255 or 28.18% from 369); Blue value is 90 (35.55% from 255 or 24.39% from 369); Max value from RGB is 175 - color contains mainly: red. Hex color #AF685A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF685A is #5097A5. Grayscale: #7B7B7B. Windows color (decimal): -5281702 or 5925039. OLE color: 5925039.

HSL color Cylindrical-coordinate representation of color #AF685A: hue angle of 9.88º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AF685A is Cyan = 0, Magento = 0.41, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB17510490-
CMYK00.410.490.31
HSL9.88º34.69%51.96%-
HSV(B)9.88º48.57%68.63%-
XYZ24.4719.7512.2-
YUV123.63109.02164.64-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.43%
GREEN value IS 104 (41.02% from 255) = 28.18%
BLUE value IS 90 (35.55% from 255) = 24.39%
R=47.43%
G=28.18%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751049000.410.490.319.8834.6951.96
HexAF685A029311Fa2334
Octal2571501320516137124364
Binary10101111110100010110100101001110001111111010100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF685A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF685A; }

 p { color: rgb(175,104,90); }

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

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

 a { background-color: rgb(175,104,90); }

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

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

 span { border-color: rgb(175,104,90); }

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