Html Css Color HEX #A66478 Turkish Rose

📋 copy color: '#A66478'

red 166 ◦ green 100 ◦ blue 120

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

Shades of Turkish Rose #A66478

Tints of Turkish Rose #A66478

RGB

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

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

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

R = 43.01%
G = 25.91%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.28

 K value IS 0.35

RGB Variations

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

Color information

#A66478 (or 0xA66478) is known color: Turkish Rose. HEX triplet: A6, 64 and 78. RGB value is (166,100,120). Sum of RGB (Red+Green+Blue) = 166+100+120=386 (51% of max value = 765). Red value is 166 (65.23% from 255 or 43.01% from 386); Green value is 100 (39.45% from 255 or 25.91% from 386); Blue value is 120 (47.27% from 255 or 31.09% from 386); Max value from RGB is 166 - color contains mainly: red. Hex color #A66478 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66478 is #599B87. Grayscale: #7A7A7A. Windows color (decimal): -5872520 or 7890086. OLE color: 7890086.

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

Color convert

RGB 166 100 120 -
CMYK 0 0.40 0.28 0.35
HSL 341.82º 0.27% 0.52% -
HSV(B) 341.82º 0.4% 0.65% -
XYZ 23.67 18.58 20.11 -
YUV 122.01 126.87 159.37 -
System Red Green Blue C M Y K H S L
Decimal 166 100 120 0 0.40 0.28 0.35 341.82 0.27 0.52
Hex A6 64 78 0 28 1C 23 156 1B 34
Octal 246 144 170 0 50 34 43 526 33 64
Binary 10100110 1100100 1111000 0 101000 11100 100011 101010110 11011 110100

Color Harmonies of #A66478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66478

Black with #A66478

Text Example


Text Example

White with #A66478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66478; }

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

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

background-color css

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

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

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

border-color css

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

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

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