Html Css Color HEX #AA7C7F Turkish Rose

📋 copy color: '#AA7C7F'

red 170 ◦ green 124 ◦ blue 127

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

Shades of Turkish Rose #AA7C7F

Tints of Turkish Rose #AA7C7F

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.45%

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

R = 40.38%
G = 29.45%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AA7C7F (or 0xAA7C7F) is known color: Turkish Rose. HEX triplet: AA, 7C and 7F. RGB value is (170,124,127). Sum of RGB (Red+Green+Blue) = 170+124+127=421 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.38% from 421); Green value is 124 (48.83% from 255 or 29.45% from 421); Blue value is 127 (50% from 255 or 30.17% from 421); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7C7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7C7F is #558380. Grayscale: #8A8A8A. Windows color (decimal): -5604225 or 8354986. OLE color: 8354986.

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

Color convert

RGB 170 124 127 -
CMYK 0 0.27 0.25 0.33
HSL 356.09º 0.21% 0.58% -
HSV(B) 356.09º 0.27% 0.67% -
XYZ 27.62 24.49 23.35 -
YUV 138.1 121.74 150.76 -
System Red Green Blue C M Y K H S L
Decimal 170 124 127 0 0.27 0.25 0.33 356.09 0.21 0.58
Hex AA 7C 7F 0 1B 19 21 164 15 3A
Octal 252 174 177 0 33 31 41 544 25 72
Binary 10101010 1111100 1111111 0 11011 11001 100001 101100100 10101 111010

Color Harmonies of #AA7C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7C7F

Black with #AA7C7F

Text Example


Text Example

White with #AA7C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7C7F; }

 p { color: rgb(170,124,127); }

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

background-color css

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

 a { background-color: rgb(170,124,127); }

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

border-color css

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

 span { border-color: rgb(170,124,127); }

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