Html Css Color HEX #A16366 Turkish Rose

📋 copy color: '#A16366'

red 161 ◦ green 99 ◦ blue 102

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

Shades of Turkish Rose #A16366

Tints of Turkish Rose #A16366

RGB

 RED value IS 161 (63.28% from 255) = 44.48%

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

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

R = 44.48%
G = 27.35%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.37

 K value IS 0.37

RGB Variations

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

Color information

#A16366 (or 0xA16366) is known color: Turkish Rose. HEX triplet: A1, 63 and 66. RGB value is (161,99,102). Sum of RGB (Red+Green+Blue) = 161+99+102=362 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.48% from 362); Green value is 99 (39.06% from 255 or 27.35% from 362); Blue value is 102 (40.23% from 255 or 28.18% from 362); Max value from RGB is 161 - color contains mainly: red. Hex color #A16366 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16366 is #5E9C99. Grayscale: #757575. Windows color (decimal): -6200474 or 6710177. OLE color: 6710177.

HSL color Cylindrical-coordinate representation of color #A16366: hue angle of 357.1º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A16366 is Cyan = 0, Magento = 0.39, Yellow = 0.37 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 99 102 -
CMYK 0 0.39 0.37 0.37
HSL 357.1º 0.25% 0.51% -
HSV(B) 357.1º 0.39% 0.63% -
XYZ 21.56 17.46 14.8 -
YUV 117.88 119.04 158.76 -
System Red Green Blue C M Y K H S L
Decimal 161 99 102 0 0.39 0.37 0.37 357.1 0.25 0.51
Hex A1 63 66 0 27 25 25 165 19 33
Octal 241 143 146 0 47 45 45 545 31 63
Binary 10100001 1100011 1100110 0 100111 100101 100101 101100101 11001 110011

Color Harmonies of #A16366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16366

Black with #A16366

Text Example


Text Example

White with #A16366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16366; }

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

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

background-color css

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

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

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

border-color css

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

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

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