Html Css Color HEX #AA7A7B Turkish Rose

📋 copy color: '#AA7A7B'

red 170 ◦ green 122 ◦ blue 123

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

Shades of Turkish Rose #AA7A7B

Tints of Turkish Rose #AA7A7B

RGB

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

 GREEN value IS 122 (48.05% from 255) = 29.4%

 BLUE value IS 123 (48.44% from 255) = 29.64%

R = 40.96%
G = 29.4%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AA7A7B (or 0xAA7A7B) is known color: Turkish Rose. HEX triplet: AA, 7A and 7B. RGB value is (170,122,123). Sum of RGB (Red+Green+Blue) = 170+122+123=415 (54% of max value = 765). Red value is 170 (66.80% from 255 or 40.96% from 415); Green value is 122 (48.05% from 255 or 29.40% from 415); Blue value is 123 (48.44% from 255 or 29.64% from 415); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7A7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7A7B is #558584. Grayscale: #888888. Windows color (decimal): -5604741 or 8092330. OLE color: 8092330.

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

Color convert

RGB 170 122 123 -
CMYK 0 0.28 0.28 0.33
HSL 358.75º 0.22% 0.57% -
HSV(B) 358.75º 0.28% 0.67% -
XYZ 27.11 23.9 21.92 -
YUV 136.47 120.4 151.92 -
System Red Green Blue C M Y K H S L
Decimal 170 122 123 0 0.28 0.28 0.33 358.75 0.22 0.57
Hex AA 7A 7B 0 1C 1C 21 167 16 39
Octal 252 172 173 0 34 34 41 547 26 71
Binary 10101010 1111010 1111011 0 11100 11100 100001 101100111 10110 111001

Color Harmonies of #AA7A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7A7B

Black with #AA7A7B

Text Example


Text Example

White with #AA7A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7A7B; }

 p { color: rgb(170,122,123); }

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

background-color css

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

 a { background-color: rgb(170,122,123); }

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

border-color css

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

 span { border-color: rgb(170,122,123); }

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