Html Css Color HEX #A96366 Turkish Rose

📋 copy color: '#A96366'

red 169 ◦ green 99 ◦ blue 102

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

Shades of Turkish Rose #A96366

Tints of Turkish Rose #A96366

RGB

 RED value IS 169 (66.41% from 255) = 45.68%

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

 BLUE value IS 102 (40.23% from 255) = 27.57%

R = 45.68%
G = 26.76%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.40

 K value IS 0.34

RGB Variations

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

Color information

#A96366 (or 0xA96366) is known color: Turkish Rose. HEX triplet: A9, 63 and 66. RGB value is (169,99,102). Sum of RGB (Red+Green+Blue) = 169+99+102=370 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.68% from 370); Green value is 99 (39.06% from 255 or 26.76% from 370); Blue value is 102 (40.23% from 255 or 27.57% from 370); Max value from RGB is 169 - color contains mainly: red. Hex color #A96366 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96366 is #569C99. Grayscale: #787878. Windows color (decimal): -5676186 or 6710185. OLE color: 6710185.

HSL color Cylindrical-coordinate representation of color #A96366: hue angle of 357.43º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A96366 is Cyan = 0, Magento = 0.41, Yellow = 0.40 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 99 102 -
CMYK 0 0.41 0.40 0.34
HSL 357.43º 0.29% 0.53% -
HSV(B) 357.43º 0.41% 0.66% -
XYZ 23.22 18.32 14.88 -
YUV 120.27 117.69 162.76 -
System Red Green Blue C M Y K H S L
Decimal 169 99 102 0 0.41 0.40 0.34 357.43 0.29 0.53
Hex A9 63 66 0 29 28 22 165 1D 35
Octal 251 143 146 0 51 50 42 545 35 65
Binary 10101001 1100011 1100110 0 101001 101000 100010 101100101 11101 110101

Color Harmonies of #A96366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96366

Black with #A96366

Text Example


Text Example

White with #A96366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96366; }

 p { color: rgb(169,99,102); }

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

background-color css

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

 a { background-color: rgb(169,99,102); }

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

border-color css

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

 span { border-color: rgb(169,99,102); }

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