#AF6A69

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

Shades of Coral Tree #AF6A69

Tints of Coral Tree #AF6A69

Color information

#AF6A69 (or 0xAF6A69) is unknown color: approx Coral Tree. HEX triplet: AF, 6A and 69. RGB value is (175,106,105). Sum of RGB (Red+Green+Blue) = 175+106+105=386 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.34% from 386); Green value is 106 (41.80% from 255 or 27.46% from 386); Blue value is 105 (41.41% from 255 or 27.20% from 386); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6A69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6A69 is #509596. Grayscale: #7E7E7E. Windows color (decimal): -5281175 or 6908591. OLE color: 6908591.

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

Color convert

RGB175106105-
CMYK00.390.400.31
HSL0.86º30.43%54.9%-
HSV(B)0.86º40%68.63%-
XYZ25.3820.4415.97-
YUV126.52115.86162.58-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.34%
GREEN value IS 106 (41.80% from 255) = 27.46%
BLUE value IS 105 (41.41% from 255) = 27.20%
R=45.34%
G=27.46%
B=27.20%

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
Decimal17510610500.390.400.310.8630.4354.9
HexAF6A69027281F11e37
Octal257152151047503713667
Binary1010111111010101101001010011110100011111111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6A69; }

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

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

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

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

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

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

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

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