Html Css Color HEX #A46366 Turkish Rose

📋 copy color: '#A46366'

red 164 ◦ green 99 ◦ blue 102

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

Shades of Turkish Rose #A46366

Tints of Turkish Rose #A46366

RGB

 RED value IS 164 (64.45% from 255) = 44.93%

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

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

R = 44.93%
G = 27.12%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#A46366 (or 0xA46366) is known color: Turkish Rose. HEX triplet: A4, 63 and 66. RGB value is (164,99,102). Sum of RGB (Red+Green+Blue) = 164+99+102=365 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.93% from 365); Green value is 99 (39.06% from 255 or 27.12% from 365); Blue value is 102 (40.23% from 255 or 27.95% from 365); Max value from RGB is 164 - color contains mainly: red. Hex color #A46366 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46366 is #5B9C99. Grayscale: #767676. Windows color (decimal): -6003866 or 6710180. OLE color: 6710180.

HSL color Cylindrical-coordinate representation of color #A46366: hue angle of 357.23º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A46366 is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 99 102 -
CMYK 0 0.40 0.38 0.36
HSL 357.23º 0.26% 0.52% -
HSV(B) 357.23º 0.4% 0.64% -
XYZ 22.17 17.78 14.83 -
YUV 118.78 118.53 160.26 -
System Red Green Blue C M Y K H S L
Decimal 164 99 102 0 0.40 0.38 0.36 357.23 0.26 0.52
Hex A4 63 66 0 28 26 24 165 1A 34
Octal 244 143 146 0 50 46 44 545 32 64
Binary 10100100 1100011 1100110 0 101000 100110 100100 101100101 11010 110100

Color Harmonies of #A46366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46366

Black with #A46366

Text Example


Text Example

White with #A46366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46366; }

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

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

background-color css

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

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

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

border-color css

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

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

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