Html Css Color HEX #AA6075 Turkish Rose

📋 copy color: '#AA6075'

red 170 ◦ green 96 ◦ blue 117

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

Shades of Turkish Rose #AA6075

Tints of Turkish Rose #AA6075

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.07%

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

R = 44.39%
G = 25.07%
B = 30.55%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AA6075 (or 0xAA6075) is known color: Turkish Rose. HEX triplet: AA, 60 and 75. RGB value is (170,96,117). Sum of RGB (Red+Green+Blue) = 170+96+117=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 96 (37.89% from 255 or 25.07% from 383); Blue value is 117 (46.09% from 255 or 30.55% from 383); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6075 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6075 is #559F8A. Grayscale: #787878. Windows color (decimal): -5611403 or 7692458. OLE color: 7692458.

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

Color convert

RGB 170 96 117 -
CMYK 0 0.44 0.31 0.33
HSL 342.97º 0.3% 0.52% -
HSV(B) 342.97º 0.44% 0.67% -
XYZ 23.97 18.2 19.08 -
YUV 120.52 126.02 163.29 -
System Red Green Blue C M Y K H S L
Decimal 170 96 117 0 0.44 0.31 0.33 342.97 0.3 0.52
Hex AA 60 75 0 2C 1F 21 157 1E 34
Octal 252 140 165 0 54 37 41 527 36 64
Binary 10101010 1100000 1110101 0 101100 11111 100001 101010111 11110 110100

Color Harmonies of #AA6075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6075

Black with #AA6075

Text Example


Text Example

White with #AA6075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6075; }

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

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

background-color css

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

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

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

border-color css

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

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

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