Html Css Color HEX #AA7C7D Turkish Rose

📋 copy color: '#AA7C7D'

red 170 ◦ green 124 ◦ blue 125

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

Shades of Turkish Rose #AA7C7D

Tints of Turkish Rose #AA7C7D

RGB

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

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

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

R = 40.57%
G = 29.59%
B = 29.83%

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

#AA7C7D (or 0xAA7C7D) is known color: Turkish Rose. HEX triplet: AA, 7C and 7D. RGB value is (170,124,125). Sum of RGB (Red+Green+Blue) = 170+124+125=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 124 (48.83% from 255 or 29.59% from 419); Blue value is 125 (49.22% from 255 or 29.83% from 419); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7C7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7C7D is #558382. Grayscale: #898989. Windows color (decimal): -5604227 or 8223914. OLE color: 8223914.

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

Color convert

RGB 170 124 125 -
CMYK 0 0.27 0.26 0.33
HSL 358.7º 0.21% 0.58% -
HSV(B) 358.7º 0.27% 0.67% -
XYZ 27.49 24.44 22.67 -
YUV 137.87 120.74 150.92 -
System Red Green Blue C M Y K H S L
Decimal 170 124 125 0 0.27 0.26 0.33 358.7 0.21 0.58
Hex AA 7C 7D 0 1B 1A 21 167 15 3A
Octal 252 174 175 0 33 32 41 547 25 72
Binary 10101010 1111100 1111101 0 11011 11010 100001 101100111 10101 111010

Color Harmonies of #AA7C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7C7D

Black with #AA7C7D

Text Example


Text Example

White with #AA7C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7C7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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