#AF6767

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

Shades of Coral Tree #AF6767

Tints of Coral Tree #AF6767

Color information

#AF6767 (or 0xAF6767) is unknown color: approx Coral Tree. HEX triplet: AF, 67 and 67. RGB value is (175,103,103). Sum of RGB (Red+Green+Blue) = 175+103+103=381 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.93% from 381); Green value is 103 (40.62% from 255 or 27.03% from 381); Blue value is 103 (40.62% from 255 or 27.03% from 381); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6767 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6767 is #509898. Grayscale: #7C7C7C. Windows color (decimal): -5281945 or 6776751. OLE color: 6776751.

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

Color convert

RGB175103103-
CMYK00.410.410.31
HSL31.03%54.51%-
HSV(B)41.14%68.63%-
XYZ24.9819.7915.34-
YUV124.53115.85164-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.93%
GREEN value IS 103 (40.62% from 255) = 27.03%
BLUE value IS 103 (40.62% from 255) = 27.03%
R=45.93%
G=27.03%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510310300.410.410.31031.0354.51
HexAF6767029291F01f37
Octal257147147051513703767
Binary1010111111001111100111010100110100111111011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6767; }

 p { color: rgb(175,103,103); }

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

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

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

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

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

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

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