#AE676A

Color #AE676A Turkish Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turkish Rose #AE676A

Tints of Turkish Rose #AE676A

Color information

#AE676A (or 0xAE676A) is unknown color: approx Turkish Rose. HEX triplet: AE, 67 and 6A. RGB value is (174,103,106). Sum of RGB (Red+Green+Blue) = 174+103+106=383 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.43% from 383); Green value is 103 (40.62% from 255 or 26.89% from 383); Blue value is 106 (41.80% from 255 or 27.68% from 383); Max value from RGB is 174 - color contains mainly: red. Hex color #AE676A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE676A is #519895. Grayscale: #7C7C7C. Windows color (decimal): -5347478 or 6973358. OLE color: 6973358.

HSL color Cylindrical-coordinate representation of color #AE676A: hue angle of 357.46º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AE676A is Cyan = 0, Magento = 0.41, Yellow = 0.39 and Black (K on CMYK) = 0.32.

Color convert

RGB174103106-
CMYK00.410.390.32
HSL357.46º30.47%54.31%-
HSV(B)357.46º40.8%68.24%-
XYZ24.9119.7416.13-
YUV124.57117.52163.26-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.43%
GREEN value IS 103 (40.62% from 255) = 26.89%
BLUE value IS 106 (41.80% from 255) = 27.68%
R=45.43%
G=26.89%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.39
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410310600.410.390.32357.4630.4754.31
HexAE676A02927201651e36
Octal25614715205147405453666
Binary1010111011001111101010010100110011110000010110010111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE676A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE676A; }

 p { color: rgb(174,103,106); }

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

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

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

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

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

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

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