Html Css Color HEX #AA6769 Turkish Rose

📋 copy color: '#AA6769'

red 170 ◦ green 103 ◦ blue 105

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

Shades of Turkish Rose #AA6769

Tints of Turkish Rose #AA6769

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.25%

 BLUE value IS 105 (41.41% from 255) = 27.78%

R = 44.97%
G = 27.25%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AA6769 (or 0xAA6769) is known color: Turkish Rose. HEX triplet: AA, 67 and 69. RGB value is (170,103,105). Sum of RGB (Red+Green+Blue) = 170+103+105=378 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.97% from 378); Green value is 103 (40.62% from 255 or 27.25% from 378); Blue value is 105 (41.41% from 255 or 27.78% from 378); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6769 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6769 is #559896. Grayscale: #7B7B7B. Windows color (decimal): -5609623 or 6907818. OLE color: 6907818.

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

Color convert

RGB 170 103 105 -
CMYK 0 0.39 0.38 0.33
HSL 358.21º 0.28% 0.54% -
HSV(B) 358.21º 0.39% 0.67% -
XYZ 23.98 19.27 15.82 -
YUV 123.26 117.7 161.34 -
System Red Green Blue C M Y K H S L
Decimal 170 103 105 0 0.39 0.38 0.33 358.21 0.28 0.54
Hex AA 67 69 0 27 26 21 166 1C 36
Octal 252 147 151 0 47 46 41 546 34 66
Binary 10101010 1100111 1101001 0 100111 100110 100001 101100110 11100 110110

Color Harmonies of #AA6769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6769

Black with #AA6769

Text Example


Text Example

White with #AA6769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6769; }

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

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

background-color css

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

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

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

border-color css

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

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

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