#AF6A5F

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

Shades of Coral Tree #AF6A5F

Tints of Coral Tree #AF6A5F

Color information

#AF6A5F (or 0xAF6A5F) is unknown color: approx Coral Tree. HEX triplet: AF, 6A and 5F. RGB value is (175,106,95). Sum of RGB (Red+Green+Blue) = 175+106+95=376 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.54% from 376); Green value is 106 (41.80% from 255 or 28.19% from 376); Blue value is 95 (37.5% from 255 or 25.27% from 376); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6A5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6A5F is #5095A0. Grayscale: #7D7D7D. Windows color (decimal): -5281185 or 6253231. OLE color: 6253231.

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

Color convert

RGB17510695-
CMYK00.390.460.31
HSL8.25º33.33%52.94%-
HSV(B)8.25º45.71%68.63%-
XYZ24.920.2513.42-
YUV125.38110.86163.39-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.54%
GREEN value IS 106 (41.80% from 255) = 28.19%
BLUE value IS 95 (37.5% from 255) = 25.27%
R=46.54%
G=28.19%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751069500.390.460.318.2533.3352.94
HexAF6A5F0272E1F82135
Octal2571521370475637104165
Binary10101111110101010111110100111101110111111000100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6A5F; }

 p { color: rgb(175,106,95); }

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

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

 a { background-color: rgb(175,106,95); }

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

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

 span { border-color: rgb(175,106,95); }

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