Html Css Color HEX #AA6775 Turkish Rose

📋 copy color: '#AA6775'

red 170 ◦ green 103 ◦ blue 117

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

Shades of Turkish Rose #AA6775

Tints of Turkish Rose #AA6775

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.41%

 BLUE value IS 117 (46.09% from 255) = 30%

R = 43.59%
G = 26.41%
B = 30%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AA6775 (or 0xAA6775) is known color: Turkish Rose. HEX triplet: AA, 67 and 75. RGB value is (170,103,117). Sum of RGB (Red+Green+Blue) = 170+103+117=390 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.59% from 390); Green value is 103 (40.62% from 255 or 26.41% from 390); Blue value is 117 (46.09% from 255 or 30% from 390); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6775 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6775 is #55988A. Grayscale: #7C7C7C. Windows color (decimal): -5609611 or 7694250. OLE color: 7694250.

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

Color convert

RGB 170 103 117 -
CMYK 0 0.39 0.31 0.33
HSL 347.46º 0.28% 0.54% -
HSV(B) 347.46º 0.39% 0.67% -
XYZ 24.64 19.53 19.3 -
YUV 124.63 123.7 160.36 -
System Red Green Blue C M Y K H S L
Decimal 170 103 117 0 0.39 0.31 0.33 347.46 0.28 0.54
Hex AA 67 75 0 27 1F 21 15B 1C 36
Octal 252 147 165 0 47 37 41 533 34 66
Binary 10101010 1100111 1110101 0 100111 11111 100001 101011011 11100 110110

Color Harmonies of #AA6775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6775

Black with #AA6775

Text Example


Text Example

White with #AA6775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6775; }

 p { color: rgb(170,103,117); }

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

background-color css

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

 a { background-color: rgb(170,103,117); }

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

border-color css

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

 span { border-color: rgb(170,103,117); }

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