#AF6D6D

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

Shades of Coral Tree #AF6D6D

Tints of Coral Tree #AF6D6D

Color information

#AF6D6D (or 0xAF6D6D) is unknown color: approx Coral Tree. HEX triplet: AF, 6D and 6D. RGB value is (175,109,109). Sum of RGB (Red+Green+Blue) = 175+109+109=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 109 (42.97% from 255 or 27.74% from 393); Blue value is 109 (42.97% from 255 or 27.74% from 393); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6D6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6D6D is #509292. Grayscale: #808080. Windows color (decimal): -5280403 or 7171503. OLE color: 7171503.

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

Color convert

RGB175109109-
CMYK00.380.380.31
HSL29.2%55.69%-
HSV(B)37.71%68.63%-
XYZ25.9121.1617.19-
YUV128.73116.87161-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.53%
GREEN value IS 109 (42.97% from 255) = 27.74%
BLUE value IS 109 (42.97% from 255) = 27.74%
R=44.53%
G=27.74%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510910900.380.380.31029.255.69
HexAF6D6D026261F01d38
Octal257155155046463703570
Binary1010111111011011101101010011010011011111011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6D6D; }

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

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

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

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

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

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

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

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