Html Css Color HEX #A66F78 Turkish Rose

📋 copy color: '#A66F78'

red 166 ◦ green 111 ◦ blue 120

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

Shades of Turkish Rose #A66F78

Tints of Turkish Rose #A66F78

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.96%

 BLUE value IS 120 (47.27% from 255) = 30.23%

R = 41.81%
G = 27.96%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.28

 K value IS 0.35

RGB Variations

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

Color information

#A66F78 (or 0xA66F78) is known color: Turkish Rose. HEX triplet: A6, 6F and 78. RGB value is (166,111,120). Sum of RGB (Red+Green+Blue) = 166+111+120=397 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.81% from 397); Green value is 111 (43.75% from 255 or 27.96% from 397); Blue value is 120 (47.27% from 255 or 30.23% from 397); Max value from RGB is 166 - color contains mainly: red. Hex color #A66F78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66F78 is #599087. Grayscale: #808080. Windows color (decimal): -5869704 or 7892902. OLE color: 7892902.

HSL color Cylindrical-coordinate representation of color #A66F78: hue angle of 350.18º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A66F78 is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 111 120 -
CMYK 0 0.33 0.28 0.35
HSL 350.18º 0.24% 0.54% -
HSV(B) 350.18º 0.33% 0.65% -
XYZ 24.8 20.83 20.48 -
YUV 128.47 123.22 154.77 -
System Red Green Blue C M Y K H S L
Decimal 166 111 120 0 0.33 0.28 0.35 350.18 0.24 0.54
Hex A6 6F 78 0 21 1C 23 15E 18 36
Octal 246 157 170 0 41 34 43 536 30 66
Binary 10100110 1101111 1111000 0 100001 11100 100011 101011110 11000 110110

Color Harmonies of #A66F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66F78

Black with #A66F78

Text Example


Text Example

White with #A66F78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66F78; }

 p { color: rgb(166,111,120); }

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

background-color css

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

 a { background-color: rgb(166,111,120); }

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

border-color css

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

 span { border-color: rgb(166,111,120); }

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