Html Css Color HEX #AA626B Turkish Rose

📋 copy color: '#AA626B'

red 170 ◦ green 98 ◦ blue 107

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

Shades of Turkish Rose #AA626B

Tints of Turkish Rose #AA626B

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.13%

 BLUE value IS 107 (42.19% from 255) = 28.53%

R = 45.33%
G = 26.13%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AA626B (or 0xAA626B) is known color: Turkish Rose. HEX triplet: AA, 62 and 6B. RGB value is (170,98,107). Sum of RGB (Red+Green+Blue) = 170+98+107=375 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.33% from 375); Green value is 98 (38.67% from 255 or 26.13% from 375); Blue value is 107 (42.19% from 255 or 28.53% from 375); Max value from RGB is 170 - color contains mainly: red. Hex color #AA626B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA626B is #559D94. Grayscale: #787878. Windows color (decimal): -5610901 or 7037610. OLE color: 7037610.

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

Color convert

RGB 170 98 107 -
CMYK 0 0.42 0.37 0.33
HSL 352.5º 0.3% 0.53% -
HSV(B) 352.5º 0.42% 0.67% -
XYZ 23.6 18.34 16.21 -
YUV 120.55 120.35 163.27 -
System Red Green Blue C M Y K H S L
Decimal 170 98 107 0 0.42 0.37 0.33 352.5 0.3 0.53
Hex AA 62 6B 0 2A 25 21 160 1E 35
Octal 252 142 153 0 52 45 41 540 36 65
Binary 10101010 1100010 1101011 0 101010 100101 100001 101100000 11110 110101

Color Harmonies of #AA626B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA626B

Black with #AA626B

Text Example


Text Example

White with #AA626B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA626B; }

 p { color: rgb(170,98,107); }

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

background-color css

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

 a { background-color: rgb(170,98,107); }

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

border-color css

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

 span { border-color: rgb(170,98,107); }

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