Html Css Color HEX #AE7B7D Turkish Rose

📋 copy color: '#AE7B7D'

red 174 ◦ green 123 ◦ blue 125

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

Shades of Turkish Rose #AE7B7D

Tints of Turkish Rose #AE7B7D

RGB

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

 GREEN value IS 123 (48.44% from 255) = 29.15%

 BLUE value IS 125 (49.22% from 255) = 29.62%

R = 41.23%
G = 29.15%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AE7B7D (or 0xAE7B7D) is known color: Turkish Rose. HEX triplet: AE, 7B and 7D. RGB value is (174,123,125). Sum of RGB (Red+Green+Blue) = 174+123+125=422 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.23% from 422); Green value is 123 (48.44% from 255 or 29.15% from 422); Blue value is 125 (49.22% from 255 or 29.62% from 422); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7B7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7B7D is #518482. Grayscale: #8A8A8A. Windows color (decimal): -5342339 or 8223662. OLE color: 8223662.

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

Color convert

RGB 174 123 125 -
CMYK 0 0.29 0.28 0.32
HSL 357.65º 0.24% 0.58% -
HSV(B) 357.65º 0.29% 0.68% -
XYZ 28.24 24.65 22.67 -
YUV 138.48 120.4 153.34 -
System Red Green Blue C M Y K H S L
Decimal 174 123 125 0 0.29 0.28 0.32 357.65 0.24 0.58
Hex AE 7B 7D 0 1D 1C 20 166 18 3A
Octal 256 173 175 0 35 34 40 546 30 72
Binary 10101110 1111011 1111101 0 11101 11100 100000 101100110 11000 111010

Color Harmonies of #AE7B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7B7D

Black with #AE7B7D

Text Example


Text Example

White with #AE7B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7B7D; }

 p { color: rgb(174,123,125); }

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

background-color css

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

 a { background-color: rgb(174,123,125); }

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

border-color css

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

 span { border-color: rgb(174,123,125); }

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