#AF6261

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

Shades of Coral Tree #AF6261

Tints of Coral Tree #AF6261

Color information

#AF6261 (or 0xAF6261) is unknown color: approx Coral Tree. HEX triplet: AF, 62 and 61. RGB value is (175,98,97). Sum of RGB (Red+Green+Blue) = 175+98+97=370 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.30% from 370); Green value is 98 (38.67% from 255 or 26.49% from 370); Blue value is 97 (38.28% from 255 or 26.22% from 370); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6261 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6261 is #509D9E. Grayscale: #787878. Windows color (decimal): -5283231 or 6382255. OLE color: 6382255.

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

Color convert

RGB1759897-
CMYK00.440.450.31
HSL0.77º32.77%53.33%-
HSV(B)0.77º44.57%68.63%-
XYZ24.218.7113.65-
YUV120.91114.51166.58-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.30%
GREEN value IS 98 (38.67% from 255) = 26.49%
BLUE value IS 97 (38.28% from 255) = 26.22%
R=47.30%
G=26.49%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175989700.440.450.310.7732.7753.33
HexAF626102C2D1F12135
Octal257142141054553714165
Binary10101111110001011000010101100101101111111100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6261; }

 p { color: rgb(175,98,97); }

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

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

 a { background-color: rgb(175,98,97); }

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

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

 span { border-color: rgb(175,98,97); }

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