Html Css Color HEX #A66473 Turkish Rose

📋 copy color: '#A66473'

red 166 ◦ green 100 ◦ blue 115

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

Shades of Turkish Rose #A66473

Tints of Turkish Rose #A66473

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.25%

 BLUE value IS 115 (45.31% from 255) = 30.18%

R = 43.57%
G = 26.25%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.31

 K value IS 0.35

RGB Variations

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

Color information

#A66473 (or 0xA66473) is known color: Turkish Rose. HEX triplet: A6, 64 and 73. RGB value is (166,100,115). Sum of RGB (Red+Green+Blue) = 166+100+115=381 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.57% from 381); Green value is 100 (39.45% from 255 or 26.25% from 381); Blue value is 115 (45.31% from 255 or 30.18% from 381); Max value from RGB is 166 - color contains mainly: red. Hex color #A66473 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66473 is #599B8C. Grayscale: #797979. Windows color (decimal): -5872525 or 7562406. OLE color: 7562406.

HSL color Cylindrical-coordinate representation of color #A66473: hue angle of 346.36º 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 #A66473 is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 100 115 -
CMYK 0 0.40 0.31 0.35
HSL 346.36º 0.27% 0.52% -
HSV(B) 346.36º 0.4% 0.65% -
XYZ 23.38 18.46 18.55 -
YUV 121.44 124.37 159.78 -
System Red Green Blue C M Y K H S L
Decimal 166 100 115 0 0.40 0.31 0.35 346.36 0.27 0.52
Hex A6 64 73 0 28 1F 23 15A 1B 34
Octal 246 144 163 0 50 37 43 532 33 64
Binary 10100110 1100100 1110011 0 101000 11111 100011 101011010 11011 110100

Color Harmonies of #A66473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66473

Black with #A66473

Text Example


Text Example

White with #A66473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66473; }

 p { color: rgb(166,100,115); }

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

background-color css

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

 a { background-color: rgb(166,100,115); }

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

border-color css

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

 span { border-color: rgb(166,100,115); }

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