#af6a5b

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

Shades of Coral Tree #AF6A5B

Tints of Coral Tree #AF6A5B

Color information

#AF6A5B (or 0xAF6A5B) is unknown color: approx Coral Tree. HEX triplet: AF, 6A and 5B. RGB value is (175,106,91). Sum of RGB (Red+Green+Blue) = 175+106+91=372 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.04% from 372); Green value is 106 (41.80% from 255 or 28.49% from 372); Blue value is 91 (35.94% from 255 or 24.46% from 372); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6A5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6A5B is #5095A4. Grayscale: #7D7D7D. Windows color (decimal): -5281189 or 5991087. OLE color: 5991087.

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

Color convert

RGB17510691-
CMYK00.390.480.31
HSL10.71º34.43%52.16%-
HSV(B)10.71º48%68.63%-
XYZ24.7220.1812.49-
YUV124.92108.86163.72-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.04%
GREEN value IS 106 (41.80% from 255) = 28.49%
BLUE value IS 91 (35.94% from 255) = 24.46%
R=47.04%
G=28.49%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751069100.390.480.3110.7134.4352.16
HexAF6A5B027301Fb2234
Octal2571521330476037134264
Binary10101111110101010110110100111110000111111011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af6a5b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af6a5b; }

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

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

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

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

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

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

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

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