Html Css Color HEX #AE6075 Turkish Rose

📋 copy color: '#AE6075'

red 174 ◦ green 96 ◦ blue 117

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

Shades of Turkish Rose #AE6075

Tints of Turkish Rose #AE6075

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.81%

 BLUE value IS 117 (46.09% from 255) = 30.23%

R = 44.96%
G = 24.81%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.33

 K value IS 0.32

RGB Variations

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

Color information

#AE6075 (or 0xAE6075) is known color: Turkish Rose. HEX triplet: AE, 60 and 75. RGB value is (174,96,117). Sum of RGB (Red+Green+Blue) = 174+96+117=387 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.96% from 387); Green value is 96 (37.89% from 255 or 24.81% from 387); Blue value is 117 (46.09% from 255 or 30.23% from 387); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6075 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6075 is #519F8A. Grayscale: #797979. Windows color (decimal): -5349259 or 7692462. OLE color: 7692462.

HSL color Cylindrical-coordinate representation of color #AE6075: hue angle of 343.85º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AE6075 is Cyan = 0, Magento = 0.45, Yellow = 0.33 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 96 117 -
CMYK 0 0.45 0.33 0.32
HSL 343.85º 0.33% 0.53% -
HSV(B) 343.85º 0.45% 0.68% -
XYZ 24.85 18.65 19.12 -
YUV 121.72 125.34 165.29 -
System Red Green Blue C M Y K H S L
Decimal 174 96 117 0 0.45 0.33 0.32 343.85 0.33 0.53
Hex AE 60 75 0 2D 21 20 158 20 35
Octal 256 140 165 0 55 41 40 530 40 65
Binary 10101110 1100000 1110101 0 101101 100001 100000 101011000 100000 110101

Color Harmonies of #AE6075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6075

Black with #AE6075

Text Example


Text Example

White with #AE6075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6075; }

 p { color: rgb(174,96,117); }

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

background-color css

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

 a { background-color: rgb(174,96,117); }

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

border-color css

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

 span { border-color: rgb(174,96,117); }

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