Html Css Color HEX #AA6167 Turkish Rose

📋 copy color: '#AA6167'

red 170 ◦ green 97 ◦ blue 103

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

Shades of Turkish Rose #AA6167

Tints of Turkish Rose #AA6167

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.22%

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

R = 45.95%
G = 26.22%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#AA6167 (or 0xAA6167) is known color: Turkish Rose. HEX triplet: AA, 61 and 67. RGB value is (170,97,103). Sum of RGB (Red+Green+Blue) = 170+97+103=370 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.95% from 370); Green value is 97 (38.28% from 255 or 26.22% from 370); Blue value is 103 (40.62% from 255 or 27.84% from 370); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6167 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6167 is #559E98. Grayscale: #777777. Windows color (decimal): -5611161 or 6775210. OLE color: 6775210.

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

Color convert

RGB 170 97 103 -
CMYK 0 0.43 0.39 0.33
HSL 355.07º 0.3% 0.52% -
HSV(B) 355.07º 0.43% 0.67% -
XYZ 23.3 18.07 15.09 -
YUV 119.51 118.68 164.01 -
System Red Green Blue C M Y K H S L
Decimal 170 97 103 0 0.43 0.39 0.33 355.07 0.3 0.52
Hex AA 61 67 0 2B 27 21 163 1E 34
Octal 252 141 147 0 53 47 41 543 36 64
Binary 10101010 1100001 1100111 0 101011 100111 100001 101100011 11110 110100

Color Harmonies of #AA6167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6167

Black with #AA6167

Text Example


Text Example

White with #AA6167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6167; }

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

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

background-color css

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

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

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

border-color css

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

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

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