Html Css Color HEX #AA727B Turkish Rose

📋 copy color: '#AA727B'

red 170 ◦ green 114 ◦ blue 123

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

Shades of Turkish Rose #AA727B

Tints of Turkish Rose #AA727B

RGB

 RED value IS 170 (66.8% from 255) = 41.77%

 GREEN value IS 114 (44.92% from 255) = 28.01%

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

R = 41.77%
G = 28.01%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AA727B (or 0xAA727B) is known color: Turkish Rose. HEX triplet: AA, 72 and 7B. RGB value is (170,114,123). Sum of RGB (Red+Green+Blue) = 170+114+123=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 114 (44.92% from 255 or 28.01% from 407); Blue value is 123 (48.44% from 255 or 30.22% from 407); Max value from RGB is 170 - color contains mainly: red. Hex color #AA727B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA727B is #558D84. Grayscale: #838383. Windows color (decimal): -5606789 or 8090282. OLE color: 8090282.

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

Color convert

RGB 170 114 123 -
CMYK 0 0.33 0.28 0.33
HSL 350.36º 0.25% 0.56% -
HSV(B) 350.36º 0.33% 0.67% -
XYZ 26.17 22.01 21.61 -
YUV 131.77 123.05 155.27 -
System Red Green Blue C M Y K H S L
Decimal 170 114 123 0 0.33 0.28 0.33 350.36 0.25 0.56
Hex AA 72 7B 0 21 1C 21 15E 19 38
Octal 252 162 173 0 41 34 41 536 31 70
Binary 10101010 1110010 1111011 0 100001 11100 100001 101011110 11001 111000

Color Harmonies of #AA727B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA727B

Black with #AA727B

Text Example


Text Example

White with #AA727B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA727B; }

 p { color: rgb(170,114,123); }

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

background-color css

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

 a { background-color: rgb(170,114,123); }

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

border-color css

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

 span { border-color: rgb(170,114,123); }

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