Html Css Color HEX #AA7073 Turkish Rose

📋 copy color: '#AA7073'

red 170 ◦ green 112 ◦ blue 115

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

Shades of Turkish Rose #AA7073

Tints of Turkish Rose #AA7073

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.21%

 BLUE value IS 115 (45.31% from 255) = 28.97%

R = 42.82%
G = 28.21%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AA7073 (or 0xAA7073) is known color: Turkish Rose. HEX triplet: AA, 70 and 73. RGB value is (170,112,115). Sum of RGB (Red+Green+Blue) = 170+112+115=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 112 (44.14% from 255 or 28.21% from 397); Blue value is 115 (45.31% from 255 or 28.97% from 397); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7073 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7073 is #558F8C. Grayscale: #818181. Windows color (decimal): -5607309 or 7565482. OLE color: 7565482.

HSL color Cylindrical-coordinate representation of color #AA7073: hue angle of 356.9º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AA7073 is Cyan = 0, Magento = 0.34, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 112 115 -
CMYK 0 0.34 0.32 0.33
HSL 356.9º 0.25% 0.55% -
HSV(B) 356.9º 0.34% 0.67% -
XYZ 25.47 21.37 19 -
YUV 129.68 119.72 156.76 -
System Red Green Blue C M Y K H S L
Decimal 170 112 115 0 0.34 0.32 0.33 356.9 0.25 0.55
Hex AA 70 73 0 22 20 21 165 19 37
Octal 252 160 163 0 42 40 41 545 31 67
Binary 10101010 1110000 1110011 0 100010 100000 100001 101100101 11001 110111

Color Harmonies of #AA7073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7073

Black with #AA7073

Text Example


Text Example

White with #AA7073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7073; }

 p { color: rgb(170,112,115); }

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

background-color css

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

 a { background-color: rgb(170,112,115); }

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

border-color css

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

 span { border-color: rgb(170,112,115); }

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