Html Css Color HEX #A66178 Turkish Rose

📋 copy color: '#A66178'

red 166 ◦ green 97 ◦ blue 120

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

Shades of Turkish Rose #A66178

Tints of Turkish Rose #A66178

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.33%

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

R = 43.34%
G = 25.33%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.28

 K value IS 0.35

RGB Variations

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

Color information

#A66178 (or 0xA66178) is known color: Turkish Rose. HEX triplet: A6, 61 and 78. RGB value is (166,97,120). Sum of RGB (Red+Green+Blue) = 166+97+120=383 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.34% from 383); Green value is 97 (38.28% from 255 or 25.33% from 383); Blue value is 120 (47.27% from 255 or 31.33% from 383); Max value from RGB is 166 - color contains mainly: red. Hex color #A66178 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66178 is #599E87. Grayscale: #787878. Windows color (decimal): -5873288 or 7889318. OLE color: 7889318.

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

Color convert

RGB 166 97 120 -
CMYK 0 0.42 0.28 0.35
HSL 340º 0.28% 0.52% -
HSV(B) 340º 0.42% 0.65% -
XYZ 23.39 18.01 20.01 -
YUV 120.25 127.86 160.63 -
System Red Green Blue C M Y K H S L
Decimal 166 97 120 0 0.42 0.28 0.35 340 0.28 0.52
Hex A6 61 78 0 2A 1C 23 154 1C 34
Octal 246 141 170 0 52 34 43 524 34 64
Binary 10100110 1100001 1111000 0 101010 11100 100011 101010100 11100 110100

Color Harmonies of #A66178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66178

Black with #A66178

Text Example


Text Example

White with #A66178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66178; }

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

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

background-color css

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

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

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

border-color css

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

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

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