Html Css Color HEX #AE6569 Turkish Rose

📋 copy color: '#AE6569'

red 174 ◦ green 101 ◦ blue 105

#AE6569
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turkish Rose #AE6569

Tints of Turkish Rose #AE6569

RGB

 RED value IS 174 (68.36% from 255) = 45.79%

 GREEN value IS 101 (39.84% from 255) = 26.58%

 BLUE value IS 105 (41.41% from 255) = 27.63%

R = 45.79%
G = 26.58%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.40

 K value IS 0.32

RGB Variations

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

Color information

#AE6569 (or 0xAE6569) is known color: Turkish Rose. HEX triplet: AE, 65 and 69. RGB value is (174,101,105). Sum of RGB (Red+Green+Blue) = 174+101+105=380 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.79% from 380); Green value is 101 (39.84% from 255 or 26.58% from 380); Blue value is 105 (41.41% from 255 or 27.63% from 380); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6569 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6569 is #519A96. Grayscale: #7B7B7B. Windows color (decimal): -5347991 or 6907310. OLE color: 6907310.

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

Color convert

RGB 174 101 105 -
CMYK 0 0.42 0.40 0.32
HSL 356.71º 0.31% 0.54% -
HSV(B) 356.71º 0.42% 0.68% -
XYZ 24.66 19.33 15.8 -
YUV 123.28 117.68 164.17 -
System Red Green Blue C M Y K H S L
Decimal 174 101 105 0 0.42 0.40 0.32 356.71 0.31 0.54
Hex AE 65 69 0 2A 28 20 165 1F 36
Octal 256 145 151 0 52 50 40 545 37 66
Binary 10101110 1100101 1101001 0 101010 101000 100000 101100101 11111 110110

Color Harmonies of #AE6569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6569

Black with #AE6569

Text Example


Text Example

White with #AE6569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6569; }

 p { color: rgb(174,101,105); }

 H1.HeaderClassName
 {
   color: #AE6569;
 }
 .AnyTagClassName
 {
   color: #AE6569;
 }
</style>

background-color css

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

 a { background-color: rgb(174,101,105); }

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

border-color css

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

 span { border-color: rgb(174,101,105); }

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