#AF6A5E

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

Shades of Coral Tree #AF6A5E

Tints of Coral Tree #AF6A5E

Color information

#AF6A5E (or 0xAF6A5E) is unknown color: approx Coral Tree. HEX triplet: AF, 6A and 5E. RGB value is (175,106,94). Sum of RGB (Red+Green+Blue) = 175+106+94=375 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.67% from 375); Green value is 106 (41.80% from 255 or 28.27% from 375); Blue value is 94 (37.11% from 255 or 25.07% from 375); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6A5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6A5E is #5095A1. Grayscale: #7D7D7D. Windows color (decimal): -5281186 or 6187695. OLE color: 6187695.

HSL color Cylindrical-coordinate representation of color #AF6A5E: hue angle of 8.89º degrees, saturation: 0.34, 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 #AF6A5E is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB17510694-
CMYK00.390.460.31
HSL8.89º33.61%52.75%-
HSV(B)8.89º46.29%68.63%-
XYZ24.8520.2313.18-
YUV125.26110.36163.48-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.67%
GREEN value IS 106 (41.80% from 255) = 28.27%
BLUE value IS 94 (37.11% from 255) = 25.07%
R=46.67%
G=28.27%
B=25.07%

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
Decimal1751069400.390.460.318.8933.6152.75
HexAF6A5E0272E1F92235
Octal2571521360475637114265
Binary10101111110101010111100100111101110111111001100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6A5E; }

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

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

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

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

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

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

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

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