#AF675D

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

Shades of Coral Tree #AF675D

Tints of Coral Tree #AF675D

Color information

#AF675D (or 0xAF675D) is unknown color: approx Coral Tree. HEX triplet: AF, 67 and 5D. RGB value is (175,103,93). Sum of RGB (Red+Green+Blue) = 175+103+93=371 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.17% from 371); Green value is 103 (40.62% from 255 or 27.76% from 371); Blue value is 93 (36.72% from 255 or 25.07% from 371); Max value from RGB is 175 - color contains mainly: red. Hex color #AF675D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF675D is #5098A2. Grayscale: #7B7B7B. Windows color (decimal): -5281955 or 6121391. OLE color: 6121391.

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

Color convert

RGB17510393-
CMYK00.410.470.31
HSL7.32º33.88%52.55%-
HSV(B)7.32º46.86%68.63%-
XYZ24.5119.612.85-
YUV123.39110.85164.81-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.17%
GREEN value IS 103 (40.62% from 255) = 27.76%
BLUE value IS 93 (36.72% from 255) = 25.07%
R=47.17%
G=27.76%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751039300.410.470.317.3233.8852.55
HexAF675D0292F1F72235
Octal257147135051573774265
Binary1010111111001111011101010100110111111111111100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF675D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF675D; }

 p { color: rgb(175,103,93); }

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

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

 a { background-color: rgb(175,103,93); }

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

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

 span { border-color: rgb(175,103,93); }

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