Html Css Color HEX #A66673 Turkish Rose

📋 copy color: '#A66673'

red 166 ◦ green 102 ◦ blue 115

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

Shades of Turkish Rose #A66673

Tints of Turkish Rose #A66673

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.63%

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

R = 43.34%
G = 26.63%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.31

 K value IS 0.35

RGB Variations

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

Color information

#A66673 (or 0xA66673) is known color: Turkish Rose. HEX triplet: A6, 66 and 73. RGB value is (166,102,115). Sum of RGB (Red+Green+Blue) = 166+102+115=383 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.34% from 383); Green value is 102 (40.23% from 255 or 26.63% from 383); Blue value is 115 (45.31% from 255 or 30.03% from 383); Max value from RGB is 166 - color contains mainly: red. Hex color #A66673 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66673 is #59998C. Grayscale: #7A7A7A. Windows color (decimal): -5872013 or 7562918. OLE color: 7562918.

HSL color Cylindrical-coordinate representation of color #A66673: hue angle of 347.81º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A66673 is Cyan = 0, Magento = 0.39, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 102 115 -
CMYK 0 0.39 0.31 0.35
HSL 347.81º 0.26% 0.53% -
HSV(B) 347.81º 0.39% 0.65% -
XYZ 23.57 18.85 18.62 -
YUV 122.62 123.7 158.94 -
System Red Green Blue C M Y K H S L
Decimal 166 102 115 0 0.39 0.31 0.35 347.81 0.26 0.53
Hex A6 66 73 0 27 1F 23 15C 1A 35
Octal 246 146 163 0 47 37 43 534 32 65
Binary 10100110 1100110 1110011 0 100111 11111 100011 101011100 11010 110101

Color Harmonies of #A66673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66673

Black with #A66673

Text Example


Text Example

White with #A66673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66673; }

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

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

background-color css

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

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

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

border-color css

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

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

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