Html Css Color HEX #AE6372 Turkish Rose

📋 copy color: '#AE6372'

red 174 ◦ green 99 ◦ blue 114

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

Shades of Turkish Rose #AE6372

Tints of Turkish Rose #AE6372

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.58%

 BLUE value IS 114 (44.92% from 255) = 29.46%

R = 44.96%
G = 25.58%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#AE6372 (or 0xAE6372) is known color: Turkish Rose. HEX triplet: AE, 63 and 72. RGB value is (174,99,114). Sum of RGB (Red+Green+Blue) = 174+99+114=387 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.96% from 387); Green value is 99 (39.06% from 255 or 25.58% from 387); Blue value is 114 (44.92% from 255 or 29.46% from 387); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6372 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6372 is #519C8D. Grayscale: #7B7B7B. Windows color (decimal): -5348494 or 7496622. OLE color: 7496622.

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

Color convert

RGB 174 99 114 -
CMYK 0 0.43 0.34 0.32
HSL 348º 0.32% 0.54% -
HSV(B) 348º 0.43% 0.68% -
XYZ 24.95 19.14 18.3 -
YUV 123.14 122.85 164.28 -
System Red Green Blue C M Y K H S L
Decimal 174 99 114 0 0.43 0.34 0.32 348 0.32 0.54
Hex AE 63 72 0 2B 22 20 15C 20 36
Octal 256 143 162 0 53 42 40 534 40 66
Binary 10101110 1100011 1110010 0 101011 100010 100000 101011100 100000 110110

Color Harmonies of #AE6372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6372

Black with #AE6372

Text Example


Text Example

White with #AE6372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6372; }

 p { color: rgb(174,99,114); }

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

background-color css

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

 a { background-color: rgb(174,99,114); }

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

border-color css

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

 span { border-color: rgb(174,99,114); }

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