Html Css Color HEX #AE7B7F Turkish Rose

📋 copy color: '#AE7B7F'

red 174 ◦ green 123 ◦ blue 127

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

Shades of Turkish Rose #AE7B7F

Tints of Turkish Rose #AE7B7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 29.95%

R = 41.04%
G = 29.01%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.27

 K value IS 0.32

RGB Variations

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

Color information

#AE7B7F (or 0xAE7B7F) is known color: Turkish Rose. HEX triplet: AE, 7B and 7F. RGB value is (174,123,127). Sum of RGB (Red+Green+Blue) = 174+123+127=424 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.04% from 424); Green value is 123 (48.44% from 255 or 29.01% from 424); Blue value is 127 (50% from 255 or 29.95% from 424); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7B7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7B7F is #518480. Grayscale: #8A8A8A. Windows color (decimal): -5342337 or 8354734. OLE color: 8354734.

HSL color Cylindrical-coordinate representation of color #AE7B7F: hue angle of 355.29º 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 #AE7B7F is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 123 127 -
CMYK 0 0.29 0.27 0.32
HSL 355.29º 0.24% 0.58% -
HSV(B) 355.29º 0.29% 0.68% -
XYZ 28.37 24.7 23.35 -
YUV 138.71 121.4 153.17 -
System Red Green Blue C M Y K H S L
Decimal 174 123 127 0 0.29 0.27 0.32 355.29 0.24 0.58
Hex AE 7B 7F 0 1D 1B 20 163 18 3A
Octal 256 173 177 0 35 33 40 543 30 72
Binary 10101110 1111011 1111111 0 11101 11011 100000 101100011 11000 111010

Color Harmonies of #AE7B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7B7F

Black with #AE7B7F

Text Example


Text Example

White with #AE7B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7B7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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