Html Css Color HEX #AA7274 Turkish Rose

📋 copy color: '#AA7274'

red 170 ◦ green 114 ◦ blue 116

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

Shades of Turkish Rose #AA7274

Tints of Turkish Rose #AA7274

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.5%

 BLUE value IS 116 (45.7% from 255) = 29%

R = 42.5%
G = 28.5%
B = 29%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AA7274 (or 0xAA7274) is known color: Turkish Rose. HEX triplet: AA, 72 and 74. RGB value is (170,114,116). Sum of RGB (Red+Green+Blue) = 170+114+116=400 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.5% from 400); Green value is 114 (44.92% from 255 or 28.5% from 400); Blue value is 116 (45.70% from 255 or 29% from 400); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7274 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7274 is #558D8B. Grayscale: #838383. Windows color (decimal): -5606796 or 7631530. OLE color: 7631530.

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

Color convert

RGB 170 114 116 -
CMYK 0 0.33 0.32 0.33
HSL 357.86º 0.25% 0.56% -
HSV(B) 357.86º 0.33% 0.67% -
XYZ 25.75 21.84 19.38 -
YUV 130.97 119.55 155.84 -
System Red Green Blue C M Y K H S L
Decimal 170 114 116 0 0.33 0.32 0.33 357.86 0.25 0.56
Hex AA 72 74 0 21 20 21 166 19 38
Octal 252 162 164 0 41 40 41 546 31 70
Binary 10101010 1110010 1110100 0 100001 100000 100001 101100110 11001 111000

Color Harmonies of #AA7274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7274

Black with #AA7274

Text Example


Text Example

White with #AA7274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7274; }

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

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

background-color css

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

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

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

border-color css

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

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

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