Html Css Color HEX #AE7A7B Turkish Rose

📋 copy color: '#AE7A7B'

red 174 ◦ green 122 ◦ blue 123

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

Shades of Turkish Rose #AE7A7B

Tints of Turkish Rose #AE7A7B

RGB

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

 GREEN value IS 122 (48.05% from 255) = 29.12%

 BLUE value IS 123 (48.44% from 255) = 29.36%

R = 41.53%
G = 29.12%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#AE7A7B (or 0xAE7A7B) is known color: Turkish Rose. HEX triplet: AE, 7A and 7B. RGB value is (174,122,123). Sum of RGB (Red+Green+Blue) = 174+122+123=419 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.53% from 419); Green value is 122 (48.05% from 255 or 29.12% from 419); Blue value is 123 (48.44% from 255 or 29.36% from 419); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7A7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7A7B is #518584. Grayscale: #898989. Windows color (decimal): -5342597 or 8092334. OLE color: 8092334.

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

Color convert

RGB 174 122 123 -
CMYK 0 0.30 0.29 0.32
HSL 358.85º 0.24% 0.58% -
HSV(B) 358.85º 0.3% 0.68% -
XYZ 27.99 24.35 21.96 -
YUV 137.66 119.73 153.92 -
System Red Green Blue C M Y K H S L
Decimal 174 122 123 0 0.30 0.29 0.32 358.85 0.24 0.58
Hex AE 7A 7B 0 1E 1D 20 167 18 3A
Octal 256 172 173 0 36 35 40 547 30 72
Binary 10101110 1111010 1111011 0 11110 11101 100000 101100111 11000 111010

Color Harmonies of #AE7A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7A7B

Black with #AE7A7B

Text Example


Text Example

White with #AE7A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7A7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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