Html Css Color HEX #AE7075 Turkish Rose

📋 copy color: '#AE7075'

red 174 ◦ green 112 ◦ blue 117

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

Shades of Turkish Rose #AE7075

Tints of Turkish Rose #AE7075

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.79%

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

R = 43.18%
G = 27.79%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.33

 K value IS 0.32

RGB Variations

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

Color information

#AE7075 (or 0xAE7075) is known color: Turkish Rose. HEX triplet: AE, 70 and 75. RGB value is (174,112,117). Sum of RGB (Red+Green+Blue) = 174+112+117=403 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.18% from 403); Green value is 112 (44.14% from 255 or 27.79% from 403); Blue value is 117 (46.09% from 255 or 29.03% from 403); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7075 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7075 is #518F8A. Grayscale: #838383. Windows color (decimal): -5345163 or 7696558. OLE color: 7696558.

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

Color convert

RGB 174 112 117 -
CMYK 0 0.36 0.33 0.32
HSL 355.16º 0.28% 0.56% -
HSV(B) 355.16º 0.36% 0.68% -
XYZ 26.46 21.87 19.66 -
YUV 131.11 120.04 158.59 -
System Red Green Blue C M Y K H S L
Decimal 174 112 117 0 0.36 0.33 0.32 355.16 0.28 0.56
Hex AE 70 75 0 24 21 20 163 1C 38
Octal 256 160 165 0 44 41 40 543 34 70
Binary 10101110 1110000 1110101 0 100100 100001 100000 101100011 11100 111000

Color Harmonies of #AE7075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7075

Black with #AE7075

Text Example


Text Example

White with #AE7075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7075; }

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

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

background-color css

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

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

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

border-color css

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

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

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