#AF6961

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

Shades of Coral Tree #AF6961

Tints of Coral Tree #AF6961

Color information

#AF6961 (or 0xAF6961) is unknown color: approx Coral Tree. HEX triplet: AF, 69 and 61. RGB value is (175,105,97). Sum of RGB (Red+Green+Blue) = 175+105+97=377 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.42% from 377); Green value is 105 (41.41% from 255 or 27.85% from 377); Blue value is 97 (38.28% from 255 or 25.73% from 377); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6961 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6961 is #50969E. Grayscale: #7D7D7D. Windows color (decimal): -5281439 or 6384047. OLE color: 6384047.

HSL color Cylindrical-coordinate representation of color #AF6961: hue angle of 6.15º 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 #AF6961 is Cyan = 0, Magento = 0.40, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB17510597-
CMYK00.400.450.31
HSL6.15º32.77%53.33%-
HSV(B)6.15º44.57%68.63%-
XYZ24.8920.0813.87-
YUV125.02112.19163.65-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.42%
GREEN value IS 105 (41.41% from 255) = 27.85%
BLUE value IS 97 (38.28% from 255) = 25.73%
R=46.42%
G=27.85%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751059700.400.450.316.1532.7753.33
HexAF69610282D1F62135
Octal257151141050553764165
Binary1010111111010011100001010100010110111111110100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6961; }

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

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

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

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

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

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

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

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