Html Css Color HEX #AA6467 Turkish Rose

📋 copy color: '#AA6467'

red 170 ◦ green 100 ◦ blue 103

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

Shades of Turkish Rose #AA6467

Tints of Turkish Rose #AA6467

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.81%

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

R = 45.58%
G = 26.81%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#AA6467 (or 0xAA6467) is known color: Turkish Rose. HEX triplet: AA, 64 and 67. RGB value is (170,100,103). Sum of RGB (Red+Green+Blue) = 170+100+103=373 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.58% from 373); Green value is 100 (39.45% from 255 or 26.81% from 373); Blue value is 103 (40.62% from 255 or 27.61% from 373); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6467 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6467 is #559B98. Grayscale: #797979. Windows color (decimal): -5610393 or 6775978. OLE color: 6775978.

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

Color convert

RGB 170 100 103 -
CMYK 0 0.41 0.39 0.33
HSL 357.43º 0.29% 0.53% -
HSV(B) 357.43º 0.41% 0.67% -
XYZ 23.58 18.64 15.19 -
YUV 121.27 117.69 162.76 -
System Red Green Blue C M Y K H S L
Decimal 170 100 103 0 0.41 0.39 0.33 357.43 0.29 0.53
Hex AA 64 67 0 29 27 21 165 1D 35
Octal 252 144 147 0 51 47 41 545 35 65
Binary 10101010 1100100 1100111 0 101001 100111 100001 101100101 11101 110101

Color Harmonies of #AA6467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6467

Black with #AA6467

Text Example


Text Example

White with #AA6467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6467; }

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

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

background-color css

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

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

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

border-color css

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

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

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