Html Css Color HEX #AA7C7E Turkish Rose

📋 copy color: '#AA7C7E'

red 170 ◦ green 124 ◦ blue 126

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

Shades of Turkish Rose #AA7C7E

Tints of Turkish Rose #AA7C7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 30%

R = 40.48%
G = 29.52%
B = 30%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AA7C7E (or 0xAA7C7E) is known color: Turkish Rose. HEX triplet: AA, 7C and 7E. RGB value is (170,124,126). Sum of RGB (Red+Green+Blue) = 170+124+126=420 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.48% from 420); Green value is 124 (48.83% from 255 or 29.52% from 420); Blue value is 126 (49.61% from 255 or 30% from 420); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7C7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7C7E is #558381. Grayscale: #8A8A8A. Windows color (decimal): -5604226 or 8289450. OLE color: 8289450.

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

Color convert

RGB 170 124 126 -
CMYK 0 0.27 0.26 0.33
HSL 357.39º 0.21% 0.58% -
HSV(B) 357.39º 0.27% 0.67% -
XYZ 27.55 24.47 23.01 -
YUV 137.98 121.24 150.84 -
System Red Green Blue C M Y K H S L
Decimal 170 124 126 0 0.27 0.26 0.33 357.39 0.21 0.58
Hex AA 7C 7E 0 1B 1A 21 165 15 3A
Octal 252 174 176 0 33 32 41 545 25 72
Binary 10101010 1111100 1111110 0 11011 11010 100001 101100101 10101 111010

Color Harmonies of #AA7C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7C7E

Black with #AA7C7E

Text Example


Text Example

White with #AA7C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7C7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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