Html Css Color HEX #AA7072 Turkish Rose

📋 copy color: '#AA7072'

red 170 ◦ green 112 ◦ blue 114

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

Shades of Turkish Rose #AA7072

Tints of Turkish Rose #AA7072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 28.79%

R = 42.93%
G = 28.28%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AA7072 (or 0xAA7072) is known color: Turkish Rose. HEX triplet: AA, 70 and 72. RGB value is (170,112,114). Sum of RGB (Red+Green+Blue) = 170+112+114=396 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.93% from 396); Green value is 112 (44.14% from 255 or 28.28% from 396); Blue value is 114 (44.92% from 255 or 28.79% from 396); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7072 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7072 is #558F8D. Grayscale: #818181. Windows color (decimal): -5607310 or 7499946. OLE color: 7499946.

HSL color Cylindrical-coordinate representation of color #AA7072: hue angle of 357.93º 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 #AA7072 is Cyan = 0, Magento = 0.34, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 112 114 -
CMYK 0 0.34 0.33 0.33
HSL 357.93º 0.25% 0.55% -
HSV(B) 357.93º 0.34% 0.67% -
XYZ 25.41 21.35 18.7 -
YUV 129.57 119.22 156.84 -
System Red Green Blue C M Y K H S L
Decimal 170 112 114 0 0.34 0.33 0.33 357.93 0.25 0.55
Hex AA 70 72 0 22 21 21 166 19 37
Octal 252 160 162 0 42 41 41 546 31 67
Binary 10101010 1110000 1110010 0 100010 100001 100001 101100110 11001 110111

Color Harmonies of #AA7072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7072

Black with #AA7072

Text Example


Text Example

White with #AA7072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7072; }

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

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

background-color css

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

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

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

border-color css

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

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

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