#AF6B69

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

Shades of Coral Tree #AF6B69

Tints of Coral Tree #AF6B69

Color information

#AF6B69 (or 0xAF6B69) is unknown color: approx Coral Tree. HEX triplet: AF, 6B and 69. RGB value is (175,107,105). Sum of RGB (Red+Green+Blue) = 175+107+105=387 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.22% from 387); Green value is 107 (42.19% from 255 or 27.65% from 387); Blue value is 105 (41.41% from 255 or 27.13% from 387); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6B69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6B69 is #509496. Grayscale: #7F7F7F. Windows color (decimal): -5280919 or 6908847. OLE color: 6908847.

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

Color convert

RGB175107105-
CMYK00.390.400.31
HSL1.71º30.43%54.9%-
HSV(B)1.71º40%68.63%-
XYZ25.4920.6516.01-
YUV127.1115.53162.16-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.22%
GREEN value IS 107 (42.19% from 255) = 27.65%
BLUE value IS 105 (41.41% from 255) = 27.13%
R=45.22%
G=27.65%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510710500.390.400.311.7130.4354.9
HexAF6B69027281F21e37
Octal257153151047503723667
Binary10101111110101111010010100111101000111111011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6B69; }

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

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

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

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

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

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

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

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