Html Css Color HEX #AA6376 Turkish Rose

📋 copy color: '#AA6376'

red 170 ◦ green 99 ◦ blue 118

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

Shades of Turkish Rose #AA6376

Tints of Turkish Rose #AA6376

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.58%

 BLUE value IS 118 (46.48% from 255) = 30.49%

R = 43.93%
G = 25.58%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AA6376 (or 0xAA6376) is known color: Turkish Rose. HEX triplet: AA, 63 and 76. RGB value is (170,99,118). Sum of RGB (Red+Green+Blue) = 170+99+118=387 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.93% from 387); Green value is 99 (39.06% from 255 or 25.58% from 387); Blue value is 118 (46.48% from 255 or 30.49% from 387); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6376 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6376 is #559C89. Grayscale: #7A7A7A. Windows color (decimal): -5610634 or 7758762. OLE color: 7758762.

HSL color Cylindrical-coordinate representation of color #AA6376: hue angle of 343.94º degrees, saturation: 0.29, 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 #AA6376 is Cyan = 0, Magento = 0.42, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 99 118 -
CMYK 0 0.42 0.31 0.33
HSL 343.94º 0.29% 0.53% -
HSV(B) 343.94º 0.42% 0.67% -
XYZ 24.31 18.78 19.48 -
YUV 122.4 125.52 161.96 -
System Red Green Blue C M Y K H S L
Decimal 170 99 118 0 0.42 0.31 0.33 343.94 0.29 0.53
Hex AA 63 76 0 2A 1F 21 158 1D 35
Octal 252 143 166 0 52 37 41 530 35 65
Binary 10101010 1100011 1110110 0 101010 11111 100001 101011000 11101 110101

Color Harmonies of #AA6376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6376

Black with #AA6376

Text Example


Text Example

White with #AA6376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6376; }

 p { color: rgb(170,99,118); }

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

background-color css

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

 a { background-color: rgb(170,99,118); }

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

border-color css

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

 span { border-color: rgb(170,99,118); }

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