Html Css Color HEX #A06366 Turkish Rose

📋 copy color: '#A06366'

red 160 ◦ green 99 ◦ blue 102

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

Shades of Turkish Rose #A06366

Tints of Turkish Rose #A06366

RGB

 RED value IS 160 (62.89% from 255) = 44.32%

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

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

R = 44.32%
G = 27.42%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.36

 K value IS 0.37

RGB Variations

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

Color information

#A06366 (or 0xA06366) is known color: Turkish Rose. HEX triplet: A0, 63 and 66. RGB value is (160,99,102). Sum of RGB (Red+Green+Blue) = 160+99+102=361 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.32% from 361); Green value is 99 (39.06% from 255 or 27.42% from 361); Blue value is 102 (40.23% from 255 or 28.25% from 361); Max value from RGB is 160 - color contains mainly: red. Hex color #A06366 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06366 is #5F9C99. Grayscale: #757575. Windows color (decimal): -6266010 or 6710176. OLE color: 6710176.

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

Color convert

RGB 160 99 102 -
CMYK 0 0.38 0.36 0.37
HSL 357.05º 0.24% 0.51% -
HSV(B) 357.05º 0.38% 0.63% -
XYZ 21.36 17.36 14.79 -
YUV 117.58 119.21 158.26 -
System Red Green Blue C M Y K H S L
Decimal 160 99 102 0 0.38 0.36 0.37 357.05 0.24 0.51
Hex A0 63 66 0 26 24 25 165 18 33
Octal 240 143 146 0 46 44 45 545 30 63
Binary 10100000 1100011 1100110 0 100110 100100 100101 101100101 11000 110011

Color Harmonies of #A06366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06366

Black with #A06366

Text Example


Text Example

White with #A06366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06366; }

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

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

background-color css

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

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

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

border-color css

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

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

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