Html Css Color HEX #AA6476 Turkish Rose

📋 copy color: '#AA6476'

red 170 ◦ green 100 ◦ blue 118

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

Shades of Turkish Rose #AA6476

Tints of Turkish Rose #AA6476

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.77%

 BLUE value IS 118 (46.48% from 255) = 30.41%

R = 43.81%
G = 25.77%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AA6476 (or 0xAA6476) is known color: Turkish Rose. HEX triplet: AA, 64 and 76. RGB value is (170,100,118). Sum of RGB (Red+Green+Blue) = 170+100+118=388 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.81% from 388); Green value is 100 (39.45% from 255 or 25.77% from 388); Blue value is 118 (46.48% from 255 or 30.41% from 388); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6476 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6476 is #559B89. Grayscale: #7A7A7A. Windows color (decimal): -5610378 or 7759018. OLE color: 7759018.

HSL color Cylindrical-coordinate representation of color #AA6476: hue angle of 344.57º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AA6476 is Cyan = 0, Magento = 0.41, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 100 118 -
CMYK 0 0.41 0.31 0.33
HSL 344.57º 0.29% 0.53% -
HSV(B) 344.57º 0.41% 0.67% -
XYZ 24.4 18.97 19.51 -
YUV 122.98 125.19 161.54 -
System Red Green Blue C M Y K H S L
Decimal 170 100 118 0 0.41 0.31 0.33 344.57 0.29 0.53
Hex AA 64 76 0 29 1F 21 159 1D 35
Octal 252 144 166 0 51 37 41 531 35 65
Binary 10101010 1100100 1110110 0 101001 11111 100001 101011001 11101 110101

Color Harmonies of #AA6476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6476

Black with #AA6476

Text Example


Text Example

White with #AA6476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6476; }

 p { color: rgb(170,100,118); }

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

background-color css

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

 a { background-color: rgb(170,100,118); }

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

border-color css

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

 span { border-color: rgb(170,100,118); }

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