Html Css Color HEX #AA5F67 Turkish Rose

📋 copy color: '#AA5F67'

red 170 ◦ green 95 ◦ blue 103

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

Shades of Turkish Rose #AA5F67

Tints of Turkish Rose #AA5F67

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.82%

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

R = 46.2%
G = 25.82%
B = 27.99%

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

#AA5F67 (or 0xAA5F67) is known color: Turkish Rose. HEX triplet: AA, 5F and 67. RGB value is (170,95,103). Sum of RGB (Red+Green+Blue) = 170+95+103=368 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.20% from 368); Green value is 95 (37.5% from 255 or 25.82% from 368); Blue value is 103 (40.62% from 255 or 27.99% from 368); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5F67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5F67 is #55A098. Grayscale: #767676. Windows color (decimal): -5611673 or 6774698. OLE color: 6774698.

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

Color convert

RGB 170 95 103 -
CMYK 0 0.44 0.39 0.33
HSL 353.6º 0.31% 0.52% -
HSV(B) 353.6º 0.44% 0.67% -
XYZ 23.12 17.71 15.03 -
YUV 118.34 119.35 164.85 -
System Red Green Blue C M Y K H S L
Decimal 170 95 103 0 0.44 0.39 0.33 353.6 0.31 0.52
Hex AA 5F 67 0 2C 27 21 162 1F 34
Octal 252 137 147 0 54 47 41 542 37 64
Binary 10101010 1011111 1100111 0 101100 100111 100001 101100010 11111 110100

Color Harmonies of #AA5F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5F67

Black with #AA5F67

Text Example


Text Example

White with #AA5F67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5F67; }

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

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

background-color css

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

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

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

border-color css

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

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

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