Html Css Color HEX #A66366 Turkish Rose

📋 copy color: '#A66366'

red 166 ◦ green 99 ◦ blue 102

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

Shades of Turkish Rose #A66366

Tints of Turkish Rose #A66366

RGB

 RED value IS 166 (65.23% from 255) = 45.23%

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

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

R = 45.23%
G = 26.98%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.39

 K value IS 0.35

RGB Variations

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

Color information

#A66366 (or 0xA66366) is known color: Turkish Rose. HEX triplet: A6, 63 and 66. RGB value is (166,99,102). Sum of RGB (Red+Green+Blue) = 166+99+102=367 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.23% from 367); Green value is 99 (39.06% from 255 or 26.98% from 367); Blue value is 102 (40.23% from 255 or 27.79% from 367); Max value from RGB is 166 - color contains mainly: red. Hex color #A66366 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66366 is #599C99. Grayscale: #777777. Windows color (decimal): -5872794 or 6710182. OLE color: 6710182.

HSL color Cylindrical-coordinate representation of color #A66366: hue angle of 357.31º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A66366 is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 99 102 -
CMYK 0 0.40 0.39 0.35
HSL 357.31º 0.27% 0.52% -
HSV(B) 357.31º 0.4% 0.65% -
XYZ 22.59 17.99 14.85 -
YUV 119.38 118.2 161.26 -
System Red Green Blue C M Y K H S L
Decimal 166 99 102 0 0.40 0.39 0.35 357.31 0.27 0.52
Hex A6 63 66 0 28 27 23 165 1B 34
Octal 246 143 146 0 50 47 43 545 33 64
Binary 10100110 1100011 1100110 0 101000 100111 100011 101100101 11011 110100

Color Harmonies of #A66366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66366

Black with #A66366

Text Example


Text Example

White with #A66366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66366; }

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

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

background-color css

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

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

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

border-color css

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

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

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