Html Css Color HEX #AA727D Turkish Rose

📋 copy color: '#AA727D'

red 170 ◦ green 114 ◦ blue 125

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

Shades of Turkish Rose #AA727D

Tints of Turkish Rose #AA727D

RGB

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

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

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

R = 41.56%
G = 27.87%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AA727D (or 0xAA727D) is known color: Turkish Rose. HEX triplet: AA, 72 and 7D. RGB value is (170,114,125). Sum of RGB (Red+Green+Blue) = 170+114+125=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 114 (44.92% from 255 or 27.87% from 409); Blue value is 125 (49.22% from 255 or 30.56% from 409); Max value from RGB is 170 - color contains mainly: red. Hex color #AA727D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA727D is #558D82. Grayscale: #848484. Windows color (decimal): -5606787 or 8221354. OLE color: 8221354.

HSL color Cylindrical-coordinate representation of color #AA727D: hue angle of 348.21º 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 #AA727D is Cyan = 0, Magento = 0.33, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 114 125 -
CMYK 0 0.33 0.26 0.33
HSL 348.21º 0.25% 0.56% -
HSV(B) 348.21º 0.33% 0.67% -
XYZ 26.3 22.06 22.27 -
YUV 132 124.05 155.11 -
System Red Green Blue C M Y K H S L
Decimal 170 114 125 0 0.33 0.26 0.33 348.21 0.25 0.56
Hex AA 72 7D 0 21 1A 21 15C 19 38
Octal 252 162 175 0 41 32 41 534 31 70
Binary 10101010 1110010 1111101 0 100001 11010 100001 101011100 11001 111000

Color Harmonies of #AA727D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA727D

Black with #AA727D

Text Example


Text Example

White with #AA727D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA727D; }

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

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

background-color css

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

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

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

border-color css

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

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

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