Html Css Color HEX #AA6067 Turkish Rose

📋 copy color: '#AA6067'

red 170 ◦ green 96 ◦ blue 103

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

Shades of Turkish Rose #AA6067

Tints of Turkish Rose #AA6067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 27.91%

R = 46.07%
G = 26.02%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#AA6067 (or 0xAA6067) is known color: Turkish Rose. HEX triplet: AA, 60 and 67. RGB value is (170,96,103). Sum of RGB (Red+Green+Blue) = 170+96+103=369 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.07% from 369); Green value is 96 (37.89% from 255 or 26.02% from 369); Blue value is 103 (40.62% from 255 or 27.91% from 369); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6067 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6067 is #559F98. Grayscale: #767676. Windows color (decimal): -5611417 or 6774954. OLE color: 6774954.

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

Color convert

RGB 170 96 103 -
CMYK 0 0.44 0.39 0.33
HSL 354.32º 0.3% 0.52% -
HSV(B) 354.32º 0.44% 0.67% -
XYZ 23.21 17.89 15.06 -
YUV 118.92 119.02 164.43 -
System Red Green Blue C M Y K H S L
Decimal 170 96 103 0 0.44 0.39 0.33 354.32 0.3 0.52
Hex AA 60 67 0 2C 27 21 162 1E 34
Octal 252 140 147 0 54 47 41 542 36 64
Binary 10101010 1100000 1100111 0 101100 100111 100001 101100010 11110 110100

Color Harmonies of #AA6067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6067

Black with #AA6067

Text Example


Text Example

White with #AA6067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6067; }

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

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

background-color css

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

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

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

border-color css

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

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

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