#AF6D6A

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

Shades of Coral Tree #AF6D6A

Tints of Coral Tree #AF6D6A

Color information

#AF6D6A (or 0xAF6D6A) is unknown color: approx Coral Tree. HEX triplet: AF, 6D and 6A. RGB value is (175,109,106). Sum of RGB (Red+Green+Blue) = 175+109+106=390 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.87% from 390); Green value is 109 (42.97% from 255 or 27.95% from 390); Blue value is 106 (41.80% from 255 or 27.18% from 390); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6D6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6D6A is #509295. Grayscale: #808080. Windows color (decimal): -5280406 or 6974895. OLE color: 6974895.

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

Color convert

RGB175109106-
CMYK00.380.390.31
HSL2.61º30.13%55.1%-
HSV(B)2.61º39.43%68.63%-
XYZ25.7521.0916.35-
YUV128.39115.37161.24-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.87%
GREEN value IS 109 (42.97% from 255) = 27.95%
BLUE value IS 106 (41.80% from 255) = 27.18%
R=44.87%
G=27.95%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510910600.380.390.312.6130.1355.1
HexAF6D6A026271F31e37
Octal257155152046473733667
Binary10101111110110111010100100110100111111111111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6D6A; }

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

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

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

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

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

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

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

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